We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PGS is platform neutral.
To build your own version, assure that you have gcc, and a version of node.
gcc
To start, run ./install.sh. That should run most things, and calculate a primesieve.
./install.sh
After that, run node PGS.js --offline to test if it is working.
node PGS.js --offline
To run online, edit ./my.prefs, and then simply run node PGS.js
./my.prefs
node PGS.js
To build your own version, use ./build.sh. This detects your OS.
./build.sh
To zip up your release, use ./zip_release.sh. This also detects your OS
./zip_release.sh