Table of Contents
Master |
|||
Test |
Copyright © 2021-2026 INRA
The software is released under the Boost license. See the LICENSE file.
Irritator works for Linux, Windows and MacOS.
-
cmake(≥ 3.11) -
C++ compiler with C++20 support:
Install the glfw3 and OpenGL libraries. On Debian GNU/Linux and Ubuntu derivatives.
apt-get install build-essential cmake libglew2 libglew-dev libglfw3-dev libglx0 libopengl0 libgl1-mesa-devInstall (Visual Studio 2019) with cmake
support then open the Irrirator source directory and build.
First, we clone Irritator git repository and the submodule:
-
from Github:
git clone https://github.com/vle-forge/irritator.git cd irritator git submodule update --init --recursive
-
from ForgeMIA:
git clone https://forgemia.inra.fr/gauthier.quesnel/irritator.git cd irritator git submodule update --init --recursive
-
build
cmake -B build
cd build
make
make install-
start the GUI
./app/gui/irritator-0.1