______ ______ __ __ ______ __ __ ______ ______ ______ ______ ______ ______ _____ ______ /\ ___\/\ ___\/\ "-.\ \/\__ _\/\_\_\_\/\__ _\/\ ___\/\ == \/\ ___\/\ ___\/\ __ \/\ __-./\ ___\ \ \ \__ \ \ __\\ \ \-. \/_/\ \/\/_/\_\/\/_/\ \/\ \___ \ \ __<\ \ \___\ \ \___\ \ \/\ \ \ \/\ \ \ __\ \ \_____\ \_____\ \_\\"\_\ \ \_\ /\_\/\_\ \ \_\ \/\_____\ \_\ \_\ \_____\ \_____\ \_____\ \____-\ \_____\ \/_____/\/_____/\/_/ \/_/ \/_/ \/_/\/_/ \/_/ \/_____/\/_/ /_/\/_____/\/_____/\/_____/\/____/ \/_____/ version 0.0.1
We had a problem with Unittests they sadly did not work really with the IDE. This Test for example should have 2 Testcases but it never ran both of them... So not everybody was able to work on them an d we had not all our workforce for them
To start working on this project so everybody has a similar version follow this Guide:
- Download the 64-Bit Mingw from here
- Extract the
mingw
to the place you want it to be - Add
Path_to_mingw/mingw/bin
to your environment variables - Download and extract Boost
cd path_to_your_boost_folder
bootstrap.bat mingw
./b2 toolset=gcc
(this will take a looong time)- (Optional) Copy the
boost
folder tomingw/include
and thestage/lib
folder tomingw
- Install VS-Code
- Add
C/C++ Extension Pack
Extension - Add
Cmake Tools
Extension - Use
ctrl+shift+p
and selectCMake: Configure
and afterCMake: Build
sudo apt update
sudo apt install libboost-all-dev
- Install VS-Code
- Add
C/C++ Extension Pack
Extension - Add
Cmake Tools
Extension - Use
ctrl+shift+p
and selectCMake: Configure
and afterCMake: Build