Software Engineering
Jacobs University, Spring Semester 2019
Prof. Dr. Peter Baumann
- GNU C++: Download Here
- Qt: Download Here
- CMake: Download Here
- Doxygen: Download Here
- GoogleTest: (Look at the end of this documentation for installation instructions)
- Curl: Download Here
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./execPencilMaker
$ ./testPencilMaker
$ doxygen docs/Doxyfile
$ open html/index.html