[go: up one dir, main page]

Menu

Tree [03f9a0] v1.1.0-beta4 /
 History

HTTPS access


File Date Author Commit
 ext.muparser 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.examples 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.celldevs 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.cellqss 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.decision 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.difference-equation 2013-09-26 Gauthier Quesnel Gauthier Quesnel [10a2ac] de: fix private typedef
 vle.extension.differential-equation 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.dsdevs 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.fsa 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.extension.petrinet 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.forrester 2013-08-20 Ronan Trépos Ronan Trépos [bede3f] all: fix Description files
 vle.output 2013-09-23 Gauthier Quesnel Gauthier Quesnel [1a69cd] output: add more precision in float/double output
 .gitignore 2013-03-06 Gauthier Quesnel Gauthier Quesnel [e11d34] repository: Add a gitignore file
 README.rst 2013-10-02 Gauthier Quesnel Gauthier Quesnel [03f9a0] README: update

Read Me

Virtual Laboratory Environment 1.1.0

A lot of packages for the VFL.

See AUTHORS and COPYRIGHT files for the list of contributors.

Changes since v1.1.0-beta3

  • de: fix private typedef
  • output: add more precision in float/double output
  • output: fix the flushbybag feature

Changes since v1.1.0-beta2

  • ChangeLog: removed
  • README: switch to rst
  • README: add ext.muparser and vle.forrester
  • README: update
  • decision: fix the plugin selection management
  • decision: fix the plugin model settings
  • output: add a flushbybag output option
  • all: fix Description files

Changes since v1.1.0-beta1

  • all: fix CPack directives
  • all: update CMakeLists.txt without GVLE
  • cmake: update FindVLE and FindGVLE
  • decision: fix the data directory management
  • differential: allow the update of state variables
  • differential: set a default initialisation
  • differential: simplify the initialisation
  • forrester: fix the drawing area refreshment
  • forrester: update the Conditions
  • forrester: update the observables generator
  • muParser: fix the name of the CMake project
  • package-1.1.0-beta2

Requirements

  • vle (>= 1.1)
  • 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 packages
vle-1.1 --package=vle.output configure build
vle-1.1 --package=vle.extension.celldevs configure build
vle-1.1 --package=vle.extension.cellqss configure build
vle-1.1 --package=vle.extension.decision configure build
vle-1.1 --package=vle.extension.difference-equation configure build
vle-1.1 --package=vle.extension.differential-equation configure build
vle-1.1 --package=vle.extension.dsdevs configure build
vle-1.1 --package=vle.extension.fsa configure build
vle-1.1 --package=vle.extension.petrinet configure build
vle-1.1 --package=vle.examples configure build
vle-1.1 --package=vle.examples ext.muparser configure build
vle-1.1 --package=vle.examples vle.forrester configure build

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.