Make the process faster, depending on the hardware

cobalt2727 2020-07-02 11:29:23 -05:00
parent 326c5f50e4
commit 46f28cc820

@ -18,19 +18,19 @@ For 5.0-10149 and newer versions, a C++ compiler with C++17 support (e.g. GCC 7+
### Global Build
1. `mkdir build && cd build`
2. `cmake ..`
3. `make`
3. `make -j$(nproc)`
4. `sudo make install` (optional, to install)
### Local Build
1. `mkdir build && cd build`
2. `cmake .. -DLINUX_LOCAL_DEV=true`
3. `make`
3. `make -j$(nproc)`
4. `ln -s ../Data/Sys Binaries/`
### Portable Build
1. `mkdir build && cd build`
2. `cmake .. -DLINUX_LOCAL_DEV=true`
3. `make`
3. `make -j$(nproc)`
4. `cp -r ../Data/Sys/ Binaries/`
5. `touch Binaries/portable.txt`