Skip to content

Commit

Permalink
[skyapi] refs #5 Added process to compile to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 22, 2019
1 parent 21ec5c6 commit 1e94592
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Using Objetive C wrapper for Skycoin API

In order to compile library type next command in `lib/skyapi`:

```bash
$ gcc `gnustep-config --objc-flags` -lgnustep-base $(find . -name '*.m') -I ./skyapi/Api -I ./skyapi/Core -I ./skyapi/Model -o skyapi.out
```

0 comments on commit 1e94592

Please sign in to comment.