Files
monero_c/README.md
cyan d04dcf67ec initial work on docs (#69)
* initial work on docs
* fix DOCKER_VERSION
* update location
* add the path **properly**
* Update docs workflow
2024-10-17 10:50:22 +02:00

17 lines
406 B
Markdown

# wallet2_api.h (but this time C compatible)
> Wrapper around wallet2_api.h that can be called using C api.
## Building
TL;DR:
```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)
```
Broken? Not working? Need help? https://moneroc.mrcyjanek.net/