AndreyG / cpp-russia-2017-rscpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Requirements

Getting Started

  1. Simply get a copy of the repo — clone or download straight.
  2. Make directory build in the root directory of the repo.
  3. Invoke command cmake -G "Visual Studio 14 2015" -DBOOST_ROOT=_PATH_TO_BOOST_ .. from the build directory.
  4. Open generated solution cpp-russia-2017.sln in the Visual Studio and build it.

For example:

cd C:\
git clone https://github.com/JetBrains/cpp-russia-2017-rscpp.git
cd cpp-russia-2017-rscpp
mkdir build
cd build
cmake -G "Visual Studio 14 2015" -DBOOST_ROOT="C:/local/boost_1_61_0" ..

About


Languages

Language:C++ 90.1%Language:CMake 9.9%