Skip to content

vle-forge/irritator

Repository files navigation

Irritator

Master

Linux

MacOS

Windows

Test

Linux

MacOS

Windows

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:

Linux

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-dev

Windows

Install (Visual Studio 2019) with cmake support then open the Irrirator source directory and build.

MacOS

Install (Xcode 12) and Xcode Command Line Tools via the command xcode-select --install in terminal. Then using (Homebrew), install cmake, glew and glfw the OpenGL dependencies.

First installation

First, we clone Irritator git repository and the submodule:

git clone https://github.com/vle-forge/irritator.git
cd irritator
git submodule update --init --recursive
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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages