Script Usage
What to expect
⭐ When you are familiar with the script you can do most builds you want with a one liner. It’s pretty simple to use.
Execute the script
The first thing you should do is to run the script with the -h
flag to see the help output and the script defaults.
By passing all
as the first argument, you can build everything based on the default settings.
For example, to use ICU
using -i
, optimise for the host system CPU using -o
, -s
to strip the binary and build using libtorrent v1.2.19
Same as previous command but using env
settings