mysu_anon/doc/BUILDING-external-libs.md

16 lines
414 B
Markdown
Raw Normal View History

# Build external libraries (monero)
2022-09-07 19:31:20 +00:00
## Requirements:
2024-10-12 11:41:19 +00:00
1. Git, Make and Podman
Arch: `sudo pacman -S git make podman`
Debian: `sudo apt install git make podman`
2022-09-07 19:31:20 +00:00
2. 8+ GiB of RAM and 20+ GiB of free disk space available
2022-09-07 19:31:20 +00:00
## Building:
1. Clone mysu repo including submodules: `git clone --recurse-submodules https://codeberg.org/anoncontributorxmr/mysu.git`
2022-09-07 19:31:20 +00:00
2. Run `make` in `external-libs` directory