Next:
Command summary
Up:
inc2h-v3
Previous:
What is inc2h-v3 ?
Contents
How to build
inc2h-v3
?
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
.
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