Installing |
If you are interested in installing the
The following libraries must be made available on your platform before all:
The version under development is available as follows:
svn checkout svn:/scm.gforge.inria.fr/svn/mmx/borderbasix
Archives of casual stable releases can be found at
http://gforge.inria.fr/project/mmx
Next we explain how to configure, compile and install 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.