A collection of useful scripts. You have to look at code comments to see what they do.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Mudge d610277f1a Actually fix error. 6 years ago
..
README.md Add Telebit Compile script, move Break free 6 years ago
tcompile.sh Actually fix error. 6 years ago

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