First you need to untar the code (if you downloaded a .tar.bz2 package - skip this for cvs):
tar xjvf code.tar.bz2 tar xjvf data.tar.bz2If you are using the cvs version you need to link the admin dir from code to data first:
cd data ln -s ../code/adminNow you can enter the code dir and start compiling:
cd code ./configure make su make installNote that you should not be root for compiling, but you usually need to be root for make install.
cd data ./configure make su make installIn case that the above fails because there is no ./configure you need to generate it first:
make -f Makefile.cvsNow boson should be installed on your system.
< Prev Getting started |
Index |
Next > Scrolling |