Menu

Tree [ef8cc6] master /
 History

HTTPS access


File Date Author Commit
 ext.muparser 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.examples 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.celldevs 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.cellqss 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.decision 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.difference-equation 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.differential-equation 2014-09-25 Gauthier Quesnel Gauthier Quesnel [ef8cc6] diff-equ: use vle.output instead of vle.output ...
 vle.extension.dsdevs 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.fsa 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.extension.petrinet 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 vle.forrester 2014-09-23 Patrick Chabrier Patrick Chabrier [32ddca] vle.forrester: add an output period entry
 vle.output 2014-09-09 Ronan Trépos Ronan Trépos [e39ee1] all: fix string comparison in CMakeLists.txt
 .gitignore 2014-03-04 Mikaël Grialou Mikaël Grialou [7bd5b4] all: switch from Gtkmm2 to Gtkmm3
 README.md 2014-05-28 Gauthier Quesnel Gauthier Quesnel [5a1a5e] switch to VLE 1.3
 build.sh 2014-05-28 Gauthier Quesnel Gauthier Quesnel [674490] Add a build script

Read Me

Virtual Laboratory Environment 1.3

A lot of packages for the VFL.

See AUTHORS and COPYRIGHT files for the list of contributors.

Chances since v1.2

Requirements

  • vle (>= 1.3)
  • boost (>= 1.41)
  • cmake (>= 2.8.0)
  • make (>= 1.8)
  • c++ compiler (gcc >= 4.4, clang >= 3.1, intel icc (>= 11.0)

Getting the code

The source tree is currently hosted on Github and Sourceforge. To view the
repository online: https://github.com/vle-forge/packages The URL to clone it:

git clone git://github.com/vle-forge/packages.git

Installation

Once you have met requirements, compiling and installing is simple:

cd package
./build.sh

Or:

cd package
vle-1.3 --package=vle.output clean rclean configure build test
vle-1.3 --package=vle.extension.celldevs clean rclean configure build test
vle-1.3 --package=vle.extension.cellqss clean rclean configure build test
vle-1.3 --package=vle.extension.decision clean rclean configure build test
vle-1.3 --package=vle.extension.difference-equation clean rclean configure build test
vle-1.3 --package=vle.extension.differential-equation clean rclean configure build test
vle-1.3 --package=vle.extension.dsdevs clean rclean configure build test
vle-1.3 --package=vle.extension.fsa clean rclean configure build test
vle-1.3 --package=vle.extension.petrinet clean rclean configure build test
vle-1.3 --package=vle.examples clean rclean configure build test
vle-1.3 --package=vle.examples ext.muparser clean rclean configure build test
vle-1.3 --package=vle.examples vle.forrester clean rclean configure build test

License

This software in GPLv3 or later. See the file COPYING. Some files are under a
different license. Check the headers for the copyright info.