-
Notifications
You must be signed in to change notification settings - Fork 0
Building
Cade Brown edited this page Sep 24, 2016
·
5 revisions
PGS is platform neutral.
To build your own version, assure that you have gcc, and a version of node.
To start, run ./install.sh. That should run most things, and calculate a primesieve.
After that, run node PGS.js --offline to test if it is working.
To run online, edit ./my.prefs, and then simply run node PGS.js
To build your own version, use ./build.sh. This detects your OS.
To zip up your release, use ./zip_release.sh. This also detects your OS