mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 15:50:00 +00:00
Update folder names in docs
This commit is contained in:
parent
5e69ce3997
commit
43c6d191e4
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ Clone a specific branch, and shorten I2P download time with `git clone -b releas
|
||||||
|
|
||||||
4. Then go into the mynero repo folder, then external-libs. Here you need to create symbol link to `monero` folder:
|
4. Then go into the mynero repo folder, then external-libs. Here you need to create symbol link to `monero` folder:
|
||||||
|
|
||||||
Linux: `ln -s ~/monero ~/mynero/external-libs/monero`
|
Linux: `ln -s ~/monero ~/mysu/external-libs/monero`
|
||||||
|
|
||||||
Windows: `mklink /D "C:\Users\<USERNAME>\monero-wallet\external-libs\monero" "C:\Users\<USERNAME>\monero"`
|
Windows: `mklink /D "C:\Users\<USERNAME>\mysu\external-libs\monero" "C:\Users\<USERNAME>\monero"`
|
||||||
|
|
||||||
5. Start Docker and then run `sudo make` in `external-libs` folder. It will fail at end on Windows, but if `wallet2_api.h` exists in `include` folder, the build was successful.
|
5. Start Docker and then run `sudo make` in `external-libs` folder. It will fail at end on Windows, but if `wallet2_api.h` exists in `include` folder, the build was successful.
|
||||||
|
|
Loading…
Reference in a new issue