Borderbasix

Installing borderbasix with autotools

If you are interested in installing the borderbasix library within the Mathemagix framework, or in downloading a binary package for a specific operating system, then please refer to the Mathemagix installation pages. This section only deals with the installation of the borderbasix library from source code. We explain how to configure, compile and install the borderbasix package via autotools.

1.Configuration

In order to configure the borderbasix library to your platform, you should first run the following command in a terminal:

cd borderbasix
./configure

Various options of the configure script are displayed when adding the option –help. Common options to the Mathemagix framework are described in the Mathemagix installation pages.

2.Compilation

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.

3.Installation

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.