mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:34:38 +02:00
Linking to "../Data/Sys" *looks* like it should be right, but that actually needs to be relative to the symlink being created, not to the current working directory. Linux sure is intuitive.
@@ -37,7 +37,7 @@ You can reinstall them after Dolphin builds successfully if you like.
|
|||||||
1. `mkdir build && cd build`
|
1. `mkdir build && cd build`
|
||||||
2. `cmake .. -DLINUX_LOCAL_DEV=true`
|
2. `cmake .. -DLINUX_LOCAL_DEV=true`
|
||||||
3. `make -j$(nproc)`
|
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`
|
||||||
|
Reference in New Issue
Block a user