Installing Source Code

Installing the source code and compiling is essential if one wishes to extend or modify BSU. You might choose to compile the software to adapt it to new shared libraries with a system upgrade.


{vlist1}
cd /usr/local/src
tar xvzf bsu-3.0.2.tar.gz
cd bsu-3.0.2
./configure <build options>
make
make install
vlist1


There are a number of options that may be given to the configure command. To see these, change to the source top directory and issue the command (two dashes before help):


configure -help




Subsections