Skip to content

Commit d4a1569

Browse files
Updated README
1 parent 865da0e commit d4a1569

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ git clone --recursive https://github.com/mathiasbredholt/libmapper_arduino.git
1414
* Until the issue in https://github.com/mathiasbredholt/libmapper_arduino/issues/3 gets fixed the file in `~/Library/Arduino15/packages/esp32/hardware/esp32/1.0.4/tools/sdk/include/lwip/arpa/inet.h` needs to be updated as described in the issue.
1515
* Run
1616
```
17-
make
17+
mkdir build
18+
cd build
19+
cmake ..
1820
```
19-
* The Makefile will configure liblo and libmapper
2021
* The Arduino library will be compiled to build/Arduino/libmapper

0 commit comments

Comments
 (0)