$Id: bootstrap.txt 1886 2008-08-11 17:10:03Z mjs $ 1. If subversion is installed, skip to step 6. 2. Set PLATFORM environment variable. export PLATFORM="freebsd" 3. Create lconfigure alias: alias lconfigure='./configure --prefix=$HOME/local --exec-prefix=$HOME/local-$PLATFORM' 4. Get subversion; try: http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260 5. Configure, compile and install: lconfigure && make && make install 6. Set SVNROOT environment variable: export SVNROOT="http://versions.beebo.org" 7. Use subversion to check out .config: cd $HOME && svn co $SVNROOT/config/trunk .config 8. Install config files: cd $HOME/.config && make install 9. Log out and log back in again. 10. Get ssh configuration, keys: export SVNROOT="http://versions.beebo.org" cd $HOME && svn co $SVNROOT/ssh/trunk .ssh 11. Run "make fix" to fix permissions: cd $HOME/.ssh && make fix 12. Log out and ssh in again. This time, no password should be required.