Skip to content

FelikZ/cpp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ multiplatform test

You need CMake installed to build a project.

Make sure that after git clone, you do:

git submodule update --init

Build

All necessary packages other then Standard Libs, will be downloaded and build through CMake.

All

Install CMake 3.8+

Windows

Tested with "Visual Studio 15 2017 Win64" but can be build with others too.

[optional] if you want to build TBB, install make, which is required by TBB.

OSX

# install Command Line Tools
xcode-select --install

Linux

apt-get install clang -y
# make Clang default compiler
sudo update-alternatives --config c++

# yum install clang -y

About

CMake, multiplatform test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published