Changes between Initial Version and Version 1 of Actualizar Gnome sin HAL


Ignore:
Timestamp:
Apr 29, 2010, 10:31:40 AM (15 years ago)
Author:
cc0gobas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Actualizar Gnome sin HAL

    v1 v1  
     1== Actualizar Gnome sin HAL ==
     2
     3=== gvfs ===
     4
     5{{{
     6cd /INSTALACIONES/gnome/checkout/gnome2/gvfs
     7make uninstall
     8git pull
     9sh configure --enable-maintainer-mode --prefix /usr/local --libdir /usr/local/lib --disable-maintainer-mode --disable-docs --disable-gtk-doc --disable-static --without-ca-file --with-distro=debian --localstatedir=/var --with-add-fonts=/usr/X11R7/share/fonts/X11 --disable-search --libexecdir=/usr/local/lib/gvfs
     10DESTDIR=$PWD/install make -j4 install
     11rsync install/usr/local/ /usr/local/
     12}}}
     13