Use cmake to create your project files in a separate build
directory.
This way the project files will never get mixed up.
Added soon using doxygen!
Doxygen will be added later so make sure to install it!
On Debian-based Linux, install the following libraries: sudo apt-get install -y git cmake doxygen g++ libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev libxi-dev
On Mac and Windows install cmake, make and doxygen.
To build use this commands
- mkdir build
- cd build
- cmake ..
- make
- ./text
This might be different when using Windows.
Make sure to add any new files you create to the CMakeLists.txt
file.
Copyright 2017 Rutger Klamer rutger.klamer@gmail.com
Public domain, Use it if you want, You don't need to credit me but I'd appreciate it.