Allow custom number of cores to compile via build.sh #137
This commit is contained in:
@@ -66,7 +66,10 @@ Compiling can take some time, so be patient and wait for it to finish. It will t
|
||||
git clone https://git.hush.is/hush/SilentDragonLite
|
||||
cd SilentDragonLite
|
||||
./build.sh linguist
|
||||
# This defaults to using 2 cores to compile
|
||||
./build.sh
|
||||
# To use a custom number of cores to compile, such as 8 :
|
||||
# ./build.sh -j8
|
||||
./SilentDragonLite
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user