Vcsn 2.8 (May 8th, 2018)
From LRDE
We are happy to announce the release of Vcsn 2.8, a bug fix release.
For more information, please, the NEWS file.
Documentation
- Using Vcsn in Python
- The News File contains many examples
- Vcsn C++ reference manual
Available Ports
Docker
- Run this command to pull and start the Vcsn docker image on port 80
docker run -d -p 8888:80 lrde/vcsn:2.8
Debian Jessie
- Run this command
echo 'deb http://www.lrde.epita.fr/repo/debian/ stable/' >/etc/apt/sources.list.d/lrde.list apt-get update apt-get install vcsn # Jupyter is not currently available on Debian apt-get install python3-pip python3-dev libzmq3-dev pip3 install jupyter
Archlinux (AUR)
- Run this command:
yaourt -S vcsn
MacPorts (Portfile)
- Run this command:
sudo port sync && sudo port install vcsn
- or, to upgrade vcsn if you already installed it:
sudo port sync && sudo port upgrade vcsn
Be sure to have Boost installed for Python 3.6. The safest way is to run this before:
sudo port uninstall boost && sudo port install python36 boost +python36
Downloads
- Tarballs (sources to compile):
- vcsn-2.8.tar.bz2 (14MiB) (SHA256: 34699aec37b3f20018487b1ec6f1b5a9ef4f93ce1c31f3b72bb61c9f1b13dbd0)
- vcsn-2.8.tar.xz (14MiB) (SHA256: 1fe0afa7a52d211143ef0f15632b777d1137706d66a2accb004447c33b53d1c2)
Requirements
In order to compile Vcsn 2.8, you need:
- Boost
- Boost (version 1.49 or later) provides free peer-reviewed portable C++ source libraries (at least Boost.IOStreams, Boost.Filesystem, Boost.Flyweight, Boost.Python, Boost.Regex, and probably others).
- Ccache
- Compiler cache.
- C++ compiler
- Clang 3.6 or newer and GNU G++ 4.9 or newer are known to work properly.
- Doxygen
- To build the C++ reference manual.
- Graphviz
- The display of automata is made using AT&T Graphviz library. (On Ubuntu/Debian, install the following package: graphviz)
- Flex
- The Flex scanner generater, 2.5.37 or better.
- IPython
- Although not strictly needed, it is required if you want to enjoy the Vcsn interactive notebooks.
- Python
- Python 3 is required
- Yaml-cpp
- Version 0.5.1 or 0.5.3 or more recent, but not 0.5.2.