[go: up one dir, main page]

Menu

Tree [015df9] v0.5.0-rc2 /
 History

HTTPS access


File Date Author Commit
 cmake 2007-07-08 Gauthier Quesnel Gauthier Quesnel [063921] Bug fix: CMake transition
 share 2008-02-03 Gauthier Quesnel Gauthier Quesnel [87b40b] Move all sources to the GPL 3.0 (closes: #4)
 src 2008-02-10 Gauthier Quesnel Gauthier Quesnel [a5d2bc] Bug fix: add permanent module on Win32 platform...
 .gitignore 2007-10-12 Gauthier Quesnel Gauthier Quesnel [0eceed] Update the API of the vpz library (closes: #44)
 AUTHORS 2008-02-10 Gauthier Quesnel Gauthier Quesnel [04e4db] Update the Authors
 CMakeLists.txt 2008-02-11 Gauthier Quesnel Gauthier Quesnel [015df9] vle 0.5.0-rc2
 COPYING 2008-02-03 Gauthier Quesnel Gauthier Quesnel [87b40b] Move all sources to the GPL 3.0 (closes: #4)
 ChangeLog 2006-10-31 Gauthier Quesnel Gauthier Quesnel [8f03fa] Initial commit
 NEWS 2006-10-31 Gauthier Quesnel Gauthier Quesnel [8f03fa] Initial commit
 README 2007-08-21 Gauthier Quesnel Gauthier Quesnel [be8c29] Remove the autotools files (closes: #8).
 config.h.cmake 2007-10-16 Gauthier Quesnel Gauthier Quesnel [7776b9] Insert a toy oov CairoPlugin.

Read Me

Requirements
============

glibmm		2.4.0 http://www.gtkmm.org
libxml++	2.6.0 http://libxmlplusplus.sourceforge.net
boost		1.32  http://www.boost.org
cmake		2.4.0 http://www.cmake.org



Installation
============

See documentation available on VLE website http://vle.univ-littoral.fr

The following commands configure, build and install VLE (build type: Debug):

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
$ make
$ make install