This is the base code for the NTNU subject TDT4230 assignments. It may also be used for the final project, which we will showcase here
git clone --recursive https://github.com/bartvbl/TDT4230-Assignment-1.git
Should you forget the --recursive
bit, just run:
git submodule update --init
Install Microsoft Visual Studio Express and CMake. You may use CMake-gui or the command-line cmake to generate a Visual Studio solution.
Make sure you have a C/C++ compiler such as GCC, CMake and Git.
make run
which is equivalent to
git submodule update --init
cd build
cmake ..
make
./glowbox