summaryrefslogtreecommitdiff
path: root/README.md
blob: 40368882b48ddfea2b5907cec91773e14ef18725 (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; do ./apply_patches.sh $coin; done
$ ./build_single monero $(gcc -dumpmachine) -j$(nproc)
```

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