Skip to content

delta/codecharacter-simulator-2019

Repository files navigation

Codecharacter Simulator 2019

Setup Instructions

  1. Download Boost 1.68

  2. cd to the Boost directory and build the system library by running ./bootstrap.sh --prefix=. --with-libraries=system && ./b2 cxxflags=-std=c++14 install

  3. git clone --recursive https://github.com/delta/codecharacter-simulator.git

  4. Install CMake (>= v3.11.1)

  5. Install Protobuf

  6. Install Clang++ (>=4.0)

  7. mkdir build && cd build

  8. export LD_LIBRARY_PATH=<repo_install_location>/lib

  9. cmake .. -DCMAKE_INSTALL_PREFIX=<repo_install_location> -DBOOST_ROOT=<boost_download_location> -DCMAKE_CXX_COMPILER=clang++

  10. make install

To run the simulator, <your_install_location>/bin/simulator

To run the unit tests, <your_install_location>/bin/test

Pass -DBUILD_PROJECT=<project_name> to cmake to build only a specific module. Passing no_tests as the project name builds everything but the unit tests.

About

Simulator for Pragyan CodeCharacter 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages