Installing borderbasix with autotools
|
If you are interested in installing the
In order to configure the
cd borderbasix
./configure
Various options of the configure script are displayed
when adding the option –help. Common options to
the
Once the configuration script has been executed with success you can then use the following command to launch the compilation.
make
On a multicore platform, you can freely use the -j option.
Installation is then performed by typing:
make install
Default installation location is /usr/local. This can be changed by using the –prefix option to the configure script.