Skip to content

Building

Cade Brown edited this page Sep 24, 2016 · 5 revisions

General

PGS is platform neutral.

To build your own version, assure that you have gcc, and a version of node.

Development

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

Clone this wiki locally