Skip to content

en_linux_Development environment setup

mathildemerle edited this page Sep 25, 2020 · 1 revision

Installing the development environment

Preliminary stage

SSH Keys
SSH keys to access GitHub.
Installation steps

List of prerequisites

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