apanda / pilo-cxx

Another PILO simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another PILO Simulator

Needs gcc-5 or later. To run on c32.

mkdir bin
CC=gcc-5 CXX=g++-5 cmake -DCMAKE_BUILD_TYPE=Release ..
make

If you are setting up on a new machine, you want to run

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-5

About

Another PILO simulator


Languages

Language:C++ 83.7%Language:Python 7.5%Language:CMake 6.4%Language:Gnuplot 2.3%