Files
monero_c/README.md

17 lines
406 B
Markdown
Raw Normal View History

2023-12-26 21:43:14 +01:00
# wallet2_api.h (but this time C compatible)
2024-02-17 18:10:28 +01:00
> Wrapper around wallet2_api.h that can be called using C api.
2023-12-27 22:04:19 +01:00
2024-03-28 02:08:12 +01:00
## Building
TL;DR:
2024-03-28 02:08:12 +01:00
```bash
$ rm -rf monero wownero release
$ git submodule update --init --recursive --force
$ for coin in monero wownero; do ./apply_patches $coin; done
$ ./build_single monero $(gcc -dumpmachine) -j$(nproc)
2024-03-28 02:08:12 +01:00
```
Broken? Not working? Need help? https://moneroc.mrcyjanek.net/