mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-12 16:41:54 +00:00
1,007 B
1,007 B
External lib build
Requirements:
-
Docker
-
sudo apt install make automake libtinfo5
-
Huge amount of RAM and free disk space
Building:
-
Clone the Monero repo required for this app to function. A specific fork for UTXO management is hosted here: http://git.mynero.i2p/pokkst/monero.git Clone a specific branch, and shorten I2P download time with
git clone -b release-v0.18.1.2-mynero --single-branch --depth 1 http://git.mynero.i2p/pokkst/monero.git
-
Update submodules:
git submodule update --init --force
. -
Then go to folder with monero-wallet repo, then external-libs. Here you need to create symbol link to
monero
folder:
Linux: ln -s ~/monero ~/monero-wallet/external-libs/monero
Windows: mklink /D "C:\Users\<USERNAME>\monero-wallet\external-libs\monero" "C:\Users\<USERNAME>\monero"
- Start Docker and then run
sudo make
inexternal-libs
folder. It will fail at end on Windows, but ifwallet2_api.h
exists ininclude
folder, the build was successful.