You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
15
15
* Run
16
16
```
17
-
make
17
+
mkdir build
18
+
cd build
19
+
cmake ..
18
20
```
19
-
* The Makefile will configure liblo and libmapper
20
21
* The Arduino library will be compiled to build/Arduino/libmapper
0 commit comments