Skip to content

Commit e1aa3a3

Browse files
Update README.md
1 parent 7ae7b0e commit e1aa3a3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55

66
## Installation
77
* Clone or download this repository as zip into libraries folder
8-
* Library is included in .ino file using ```#include <mapper.h>```
9-
* Use the C API as described [here](http://libmapper.github.io/tutorials/c.html)
8+
9+
### C++ API
10+
* To use the C++ API, add ```#include <mapper_cpp.h>``` to .ino file
11+
* A tutorial for libmapper C++ API is found [here](http://libmapper.github.io/tutorials/cpp.html)
12+
13+
### C API
14+
* To use the C API, add ```#include <mapper.h>``` to .ino file
15+
* A tutorial for libmapper C API is found [here](http://libmapper.github.io/tutorials/c.html)
1016

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

0 commit comments

Comments
 (0)