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.

RoadrunnerWMC 2021-09-14 04:57:01 -04:00
parent 3c372da1d9
commit b54b2bba54
1 changed files with 1 additions and 1 deletions

@ -37,7 +37,7 @@ You can reinstall them after Dolphin builds successfully if you like.
1. `mkdir build && cd build`
2. `cmake .. -DLINUX_LOCAL_DEV=true`
3. `make -j$(nproc)`
4. `ln -s ../Data/Sys Binaries/`
4. `ln -s ../../Data/Sys Binaries/`
### Portable Build
1. `mkdir build && cd build`