Installation
From OpenFLUID
These instructions applies to the latest available version of OpenFLUID.
Contents |
Linux
Ubuntu
1) Install required libraries and development tools :
sudo apt-get install g++ cmake debhelper pkg-config doxygen \
libboost-all-dev libglibmm-2.4-dev libgtkmm-2.4-dev \
libxml2-dev libcurl4-openssl-dev
2) Download the OpenFLUID package corresponding to the Ubuntu version you are using and install it
sudo dpkg -i </path/to/openfluid/debfile>
where </path/to/openfluid/debfile> is the path to the downloaded deb file for OpenFLUID.
3) Check the installation by typing the following command in a terminal
openfluid-engine --version
Other distributions
1) Download the OpenFLUID source archive
2) Follow the detailed instructions from the Building on Linux page.
Windows 32 bits
(tested with WinXP and Win7)
1) Download MinGW32 and install it in the default path ('C:\MinGW'). Select all available components. Once installed, add C:\MinGW\bin to the PATH environment varibale (if not already added).
2) Download CMake 2.8.x and install it in the default path (e.g. 'C:\Program Files\CMake 2.8'). Once installed, add the CMake bin directory (e.g. 'C:\Program Files\CMake 2.8\bin') to the PATH environment variable (if not already added).
3) Download OpenFLUID and install it using the automatic installer. This installer includes the required libraries and sets the required environment variables for OpenFLUID.
4) Check the installation by typing the following command in a command prompt
openfluid-engine --version
MacOSX
TODO
