diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-29 14:31:32 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-10-29 14:31:37 -0500 |
| commit | 8e7bc59509c40f00702ba568a0adcb3cf82e6e05 (patch) | |
| tree | 837e2900dc9c8827511048c923e57fc12ef64d78 /impls/monero.rs/README.md | |
| parent | 510cb144207c71dd8cc78c2fb54075aa90574158 (diff) | |
update docs re: lib placementrust
Diffstat (limited to 'impls/monero.rs/README.md')
| -rw-r--r-- | impls/monero.rs/README.md | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/impls/monero.rs/README.md b/impls/monero.rs/README.md index e8dc15c..e9e8da9 100644 --- a/impls/monero.rs/README.md +++ b/impls/monero.rs/README.md @@ -12,13 +12,9 @@ sudo apt-get install libhidapi-dev ### Build or download `monero_c` library Build or download the `monero_c` library for your architecture. Follow the upstream docs at https://github.com/MrCyjaneK/monero_c or download the latest -release from https://github.com/MrCyjaneK/monero_c/releases. The library can be -placed in one of several supported locations relative to the binary in use: -- `../../../../release` (as in `monero_c/release`) -- `../../lib` (as in `monero_c/impls/monero_rust/lib`) -- `.` (as in `monero_c/impls/monero_rust/target/debug` or `release`) - -and should match your platform as in: +release from https://github.com/MrCyjaneK/monero_c/releases. The library must +be placed in `../../../../release` (as in `monero_c/release`) and its name +should match your platform as in: - Android: `libmonero_libwallet2_api_c.so` - iOS: `MoneroWallet.framework/MoneroWallet` - Linux: `monero_libwallet2_api_c.so` |
