Update CodeBlocks Installation Manual authored by Stefan Moehrdel's avatar Stefan Moehrdel
......@@ -10,4 +10,15 @@
5. Start CodeBlocks
You are now able to run the program using CodeBlocks as the compiling software.
\ No newline at end of file
### Important configuration
Since the program we made uses C++ and not C, there are some changes you have to do.
1. Open CodeBlocks, then choose "Settings" in the toolbar.
2. Then choose "Compiler..."
3. Proceed to remove ALL the checked boxes, and make sure only "Have g++ follow the C++ 14 ISO C++ language standard [-std=c++14] (this makes it so you can run .cpp files and not only .c)
4. Finish off by clicking "OK".
You are now able to run our program in CodeBlocks
\ No newline at end of file