$Id: bootstrap.txt 1886 2008-08-11 17:10:03Z mjs $
1.
If subversion is installed, skip to step 6.
Set PLATFORM environment variable.
export PLATFORM="freebsd"
Create lconfigure alias:
alias lconfigure='./configure --prefix=$HOME/local --exec-prefix=$HOME/local-$PLATFORM'
Get subversion; try:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
Configure, compile and install:
lconfigure && make && make install
Set SVNROOT environment variable:
export SVNROOT="http://versions.beebo.org"
Use subversion to check out .config:
cd $HOME && svn co $SVNROOT/config/trunk .config
Install config files:
cd $HOME/.config && make install
Log out and log back in again.
Get ssh configuration, keys:
export SVNROOT="http://versions.beebo.org" cd $HOME && svn co $SVNROOT/ssh/trunk .ssh
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.