On Tue February 13 2007 11:19, Terence Haddock wrote: > Only these commands should be needed to install monotone: > > wget > http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.de >b sudo apt-get install libboost-date-time1.33.1 \ > libboost-filesystem1.33.1 libboost-regex1.33.1 > sudo dpkg -i monotone_0.32-0.1_i386.deb > > unless somebody objects, I'll update the wiki!
Or to avoid to mention explicit dependencies on the wiki: wget http://www.venge.net/monotone/downloads/monotone_0.32-0.1_i386.deb sudo dpkg -i monotone_0.32-0.1_i386.deb If the last commands fails because of missing dependencies: sudo apt-get install -f The last step will take care of the missing dependencies and prompt the user to confirm the installation of the extra packages. Robin _______________________________________________ OpenMoko community mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/community

