summaryrefslogtreecommitdiff
path: root/README.md
blob: 9e4eeab7c8c6bd3c1ec1251145a90a6ffa9a3a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 zano; do ./apply_patches $coin; done
$ ./build_single monero $(gcc -dumpmachine) -j$(nproc)
```

Broken? Not working? Need help? https://moneroc.mrcyjanek.net/