- gcc and g++, gdb, gmake, valgrind
- git
- cmake (
apt-get install cmake) - autoconf
- cpputest (>= 3.8). Required to build collection submodule. May need to compile from source [ https://cpputest.github.io/ ]
-
Update submodules:
$ git submodule update --init --recursive -
Build
$ cmake . $ make -
Test
$ ./bin/insertion-sort-list 100