How to install and use |
Here is the list of packages to be installed before configuring
src | rpm | deb | port (Mac) |
fgb | fgb | – | – |
multimix | multimix | – | – |
The version under development can be downloaded by anonymous svn with:
|
The source distribution is available at
http://gforge.inria.fr/project/mmx
Its is uncompressed with:
|
To run the configuration, cmake
(version ) should first be installed.
The package can be configured with out-of-source (eg. in a folder build) as follows:
|
where
<mfgb_source_dir> is the name of the folder of the package source (eg. ../mfgb-0.1-Source or ../mfgb),
<install_dir> is the folder where to install the package so that the libraries go in <install_dir>/lib; and the headers in <install_dir>/include;
If not specified,
the package is installed by default in /usr/local. For more details, on the different options see here.
To build and install the libraries, you have to type:
|
To see the operations performed during the make command, you can use:
|
To see the other available targets, you can use:
|
In case you have not run make install, you can set up your environment locally in the folder build with:
|
To use the package
|