mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-10 05:03:44 +01:00
917 B
917 B
External lib build
Requirements:
-
Docker
-
make
(sudo apt install make, little tricky to get it on Windows, https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows) -
Huge amount of RAM and free disk space
Building:
-
Clone https://github.com/m2049r/monero repo.
-
Change repo to correct branch (example:
git checkout release-v0.17.1.9-monerujo
). -
Update submodules:
git submodule update --init --force
. -
Then go to folder with xmrwallet repo, then external-libs. Here you need to create symbol link to
monero
folder:
Linux: ln -s ~/monero ~/xmrwallet/external-libs/monero
Windows: mklink /D "C:\Users\<USERNAME>\xmrwallet\external-libs\monero" "C:\Users\<USERNAME>\monero"
- Start Docker and then run
make
inexternal-libs
folder. It will fail at end on Windows, but ifwallet2_api.h
exists ininclude
folder, the build was successful.