-
Notifications
You must be signed in to change notification settings - Fork 72
en_linux_Development environment setup
mathildemerle edited this page Sep 25, 2020
·
1 revision
SSH Keys SSH keys to access GitHub. |
Installation steps |
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 | |