Skip to content

en_linux_Development environement setup

Florent edited this page Nov 22, 2019 · 3 revisions

Installing the development environment

Preliminary stage

Clés SSH
SSH keys to access GitHub.
Installation steps

List of prerequisite software:

G++/Clang/GDB
For compilation and debugging.
Installation steps Official website
CMake
For the generation of the compilation suite.
Installation steps Official website Download
Qt5
C ++ framework on which is medInria forged.
Installation steps Official website Download
Boost
C ++ library useful for some mathematical functions.
Installation steps Official website
Git
Git client.
Installation steps Official website Download
Valgrind
The tool to check memory leaks and monitor memory usage in general.
Installation steps Official website