How to build inc2h-v3 ?

  1. Unpack the inc2h-v3.tar.gz archive
    tar xzvf inc2h-v3.tar.gz
    
    This command will create the following files in the current directory: main.cpp, processor.h, processor.cpp, bf.h, bf.cpp.

  2. Build the program (you need the g++ compiler from GNU)
    g++ -Wall -O2 -o inc2h-v3 bf.cpp processor.cpp inc2h-v3.cpp
    



Alain Gibaud 2015-07-09