Note: requires linux
Run make
to compile.
(If your cpu has multiple cores, you can can make it faster if you pass -j
or -j<number of threads>
to make.)
set environment variable opt
to compile with optimizations enabled (this will take longer)
requires gcc-mingw-w64
To compile for windows, set env var win
before calling make.
make
- linux build:pg1
opt=1 make
- optimized linux build:fast-pg1
win=1 make
- windows build:pg1.exe
win=1 opt=1 make
- optimized windows build:fast-pg1.exe