Changes between Initial Version and Version 1 of Actualizar Gnome sin HAL
- Timestamp:
- Apr 29, 2010, 10:31:40 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Actualizar Gnome sin HAL
v1 v1 1 == Actualizar Gnome sin HAL == 2 3 === gvfs === 4 5 {{{ 6 cd /INSTALACIONES/gnome/checkout/gnome2/gvfs 7 make uninstall 8 git pull 9 sh 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 10 DESTDIR=$PWD/install make -j4 install 11 rsync install/usr/local/ /usr/local/ 12 }}} 13