Skip to topic | Skip to bottom
Home
Vaucanson
Vaucanson.Vaucanson1293r1.1 - 10 Oct 2008 - 15:09 - VivienDelmontopic end

Start of topic | Skip to actions

Vaucanson 1.2.93 (October 10th, 2008)

The Vaucanson library is free software. It is distributed under the conditions of the GNU General Public License (www.gnu.org) since release 0.7.1, and under the conditions of GNU Lesser General Public License for previous releases.

Downloads

Changes

  • Mostly bug fixes.

  • The Vaucanson library
    • Support for ascii alphabet in XML.

  • Demos
    • Remove function_library.
    • Add hulden demo.

  • TAF-Kit
    • Remove the ``vcsn-int-char-b`` instance.
    • Add ltl-to-pair and identity-exp.
    • Revive transpose on transducers.

More informations on updates are provided in the NEWS file of the package.

Requirements

C++ compiler
G++ 4.0 and 4.1
XML
The XML I/O system is based on the use of the Apache Xerces C++ library version 2.7+ (http://xml.apache.org/xerces-c/). (On Ubuntu/Debian, install the following packages: libxerces27 and libxerces27-dev)
Graphviz
The display of automata is made using AT&T Graphviz library. (On Ubuntu/Debian, install the following package: graphviz)
Boost
Boost provides free peer-reviewed portable C++ source libraries. (On Ubuntu/Debian, install the following packages: libboost-dev, libboost-serialization-dev, libboost-graph, libboost-graph-dev)
Ncurses
needed for building the TAF-KIT. (On Ubuntu/Debian, install the following packages: libncurses5, libncurses-dev).

Known Problems

Vaucanson is known not to work properly with Apple's G++ 4.0.0 on Tiger. Actually, it seems that it is G++ 4.0.0 which is known not to work properly: other library face similar issues. We don't know how to solve the problem, avoid it by specifying another compiler. For instance

./configure CC=gcc-4.1 CXX=g++-4.1

Vaucanswig is not working properly with this version.
to top


You are here: Vaucanson > Vaucanson1293

to top

Copyright © 1999-2010 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback