Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbredholt authored May 14, 2021
1 parent 7ae7b0e commit e1aa3a3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@

## Installation
* Clone or download this repository as zip into libraries folder
* Library is included in .ino file using ```#include <mapper.h>```
* Use the C API as described [here](http://libmapper.github.io/tutorials/c.html)

### C++ API
* To use the C++ API, add ```#include <mapper_cpp.h>``` to .ino file
* A tutorial for libmapper C++ API is found [here](http://libmapper.github.io/tutorials/cpp.html)

### C API
* To use the C API, add ```#include <mapper.h>``` to .ino file
* A tutorial for libmapper C API is found [here](http://libmapper.github.io/tutorials/c.html)

## Issues
### fatal error: ../../../lwip/src/include/lwip/inet.h: No such file or directory
Expand Down

0 comments on commit e1aa3a3

Please sign in to comment.