mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-19 21:58:11 +00:00
Make the process faster, depending on the hardware
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
|
### Global Build
|
||||||
1. `mkdir build && cd build`
|
1. `mkdir build && cd build`
|
||||||
2. `cmake ..`
|
2. `cmake ..`
|
||||||
3. `make`
|
3. `make -j$(nproc)`
|
||||||
4. `sudo make install` (optional, to install)
|
4. `sudo make install` (optional, to install)
|
||||||
|
|
||||||
### Local Build
|
### Local Build
|
||||||
1. `mkdir build && cd build`
|
1. `mkdir build && cd build`
|
||||||
2. `cmake .. -DLINUX_LOCAL_DEV=true`
|
2. `cmake .. -DLINUX_LOCAL_DEV=true`
|
||||||
3. `make`
|
3. `make -j$(nproc)`
|
||||||
4. `ln -s ../Data/Sys Binaries/`
|
4. `ln -s ../Data/Sys Binaries/`
|
||||||
|
|
||||||
### Portable Build
|
### Portable Build
|
||||||
1. `mkdir build && cd build`
|
1. `mkdir build && cd build`
|
||||||
2. `cmake .. -DLINUX_LOCAL_DEV=true`
|
2. `cmake .. -DLINUX_LOCAL_DEV=true`
|
||||||
3. `make`
|
3. `make -j$(nproc)`
|
||||||
4. `cp -r ../Data/Sys/ Binaries/`
|
4. `cp -r ../Data/Sys/ Binaries/`
|
||||||
5. `touch Binaries/portable.txt`
|
5. `touch Binaries/portable.txt`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user