From VLE
Version 0.8.3
VLE Virtual Laboratory Environment
| Description
| Operating system
| URL
|
| VLE binary
| Windows 2000/XP/Vista 32 bits
| exe
|
| VLE binary
| Debian package (dpkg -i ... )
| deb
|
| VLE binary
| RPM package (rpm -i ...)
| rpm
|
| VLE binary
| Script shell (sh ...)
| sh
|
| VLE binary
| tarball gzip
| tar.gz
|
| VLE sources
| tarball bzip2 sources
| tar.bz2
|
| VLE sources
| tarball gzip sources
| tar.gz
|
| VLE sources
| tarball zip sources
| zip
|
- Debian GNU/Linux / Ubuntu Linux
sudo apt-get install libxml2-dev libglibmm-2.4-dev libgtkmm-2.4-dev libglademm-2.4-dev \
libgtksourceviewmm-2.0-dev libcairomm-1.0-dev libboost-dev \
libboost-filesystem-dev libboost-serialization-dev \
libboost-test-dev libboost-date-time-dev \
cmake g++ pkg-config
sudo dpkg -i vle-0.8.3-Linux-i686.deb
- RedHat / Fedora / Madriva
Before installing the RPM package, install the dependencies of VLE: (libxml2 (>= 2.6), libgtkmm (>= 2.4), libglademm (>= 2.4), libcairomm (>= 1.0), libgtksourceviewmm (>= 2.0.2), boost (>= 1.34 with boost-serialization, boost-date-time, boost-filesystem and boost-regex).
rpm -i vle-0.8.3-Linux-i686.rpm
This shell script allow to install VLE for Linux system without Deb or RPM system. Before using the script shell, install the dependencies of VLE (libxml2 (>= 2.6), libgtkmm (>= 2.4), libglademm (>= 2.4), libcairomm (>= 1.0), libgtksourceviewmm (>= 2.0.2), boost (>= 1.34 with boost-serialization, boost-date-time, boost-filesystem and boost-regex).
sh ./vle-0.8.3-Linux-i686.sh
- Windows
- cmake (>= 2.6) : install CMake in the default path (c:\program files\cmake 2.6 for instance) add add the path to the environment variable PATH for all users or for the current user.
- Mingw32 5.x.x (>= 5.x.x): install the MinGW compiler in the default path (c:\mingw for instance) and use the Candidate version. To enable the compiler, you must add the installation path in the MinGW environment variable PATH. You access these variables in the properties menu of the workstation icon, in advanced tab and select the button Environment Variables. Change the environment variable Path by adding c:\mingw\bin in the front of the line. For instance, for a classical Win32 installation:
c:\mingw\bin;%Systemroot%\system32;%systemroot%;%systemroot%\system32\wbem
- vle (100 MB). Install VLE in the default path (c:\program files\vle 0.8.3, 600 MB).
Version 0.7.2
VLE Virtual Laboratory Environment
| Description
| Shortlog
| Changelog
|
| VLE binary
| Windows 2000/XP/Vista 32 bits
| exe
|
| VLE binary
| Debian package (dpkg -i ... )
| deb
|
| VLE binary
| RPM package (rpm -i ...)
| rpm
|
| VLE binary
| Shell script (sh ...)
| sh
|
| VLE binary
| Tarball gzip
| tar.gz
|
| VLE binary
| Tarball bzip2
| tar.bz2
|
| VLE sources
| Sources tarball bzip2
| sources.tar.bz2
|
| VLE sources
| Sources tarball gzip
| sources.tar.gz
|
RVLE - R package
| Description
| Shortlog
| Changelog
|
| RVLE binary
| Package R Windows 2000/XP/Vista 32 bits
| zip
|
| RVLE binary
| Package R Linux x86
| tar.gz
|
| RVLE sources
| Package R sources
| tar.gz
|
Nightly builds