1
0
Fork 0
script-toolkit/Telebit-compile
Josh Mudge d610277f1a Actually fix error. 2018-10-13 15:44:12 -06:00
..
README.md Add Telebit Compile script, move Break free 2018-10-13 15:34:16 -06:00
tcompile.sh Actually fix error. 2018-10-13 15:44:12 -06:00

README.md

Telebit-Compile

Requirements

You need Node v10 (Grab it by running this command curl -fsL bit.ly/node-installer | bash)

You need PKG npm install -g pkg

Running the script

Specify which platforms you want to build for:

Linux ./tcompile.sh -OS linux Windows ./tcompile.sh -OS windows Mac ./tcompile.sh -OS mac

It will build to your current architecture. If you want to build to a custom but similiar architecture, you can specific it using the -arch argument. You cannot build for ARM on x86 but you can build for x86 on x64