Basic Sane C++ environment with Unit test and build system. The goal is to be "The start point for any C++ project".
- Compiler, GCC (G++), Clang, XCode (i.e. CLang), Visual Studio
- CMake
- git
- Make the make system with cmake on most unix based system just run the build.sh script as an example, on windows with Visual Studio 15 run the build.bat script.
- Develop and run unit tests in you dev-env.
- Install build chain
sudo apt-get install git build-essential cmake
and optionally CLang.sudo apt-get install clang
- Get the source
git clone --recursive https://github.com/HiQGoteborg/BasicCxxEnvironment.git