-
To use VCSN you have to compile it from source
-
Method 1 : from a tarball
[+]
-
Method 1 : from a tarball
[-]
You'll need :
-
the tarball
[tar.gz]
- g++ version 4+
- Graphviz to visualise .dot files
- Apache Xerces C++ library version 2.7+
- BOOST version 1.34+ (base, graph and serialization libraries)
Then use the shell commands :
cd vaucanson-1.4
./configure
make
make install (as root)
-
Method 2 : from the git repository
[+]
-
Method 2 : from the git repository
[-]
You'll need
- Git 1.5
or higher
- g++ version 4+
- Autoconf version 2.59+
- Automake 1.9+
- Apache Xerces C++ library version version 2.3+
- bison (for the rational expression parser)
- swig (for vaucanswig, which is not normally built)
- BOOST version 1.34+ (base, graph and serialization libraries)
- texlive (for compiling the manual)
- doxygen (for API documentation generated from source files)
- python-doctools (for rst2latex)
- Graphviz to visualise .dot files
Then use the shell commands :
git clone git://git.lrde.epita.fr/vaucanson
cd vaucanson/trunk
./bootstrap
./configure
make
make install (as root)
-
For older versions, see the
Vaucanson webpage of the LRDE
|