/aud-ws201415

Solutions for exercises in Algorithms and Datastructures (WS 2014/15)

Primary LanguageC

Building

Building the source files on an UNIX system is easy. Obtain cmake using your platforms recommend method (e.g. apt-get, yum, pacman etc.) and run the following commands.

Building on Windows should work too. Please consult the CMake documentation.

mkdir build
cd build
cmake ../src
make