Skip to content

Commit aa064fd

Browse files
Update README.md
1 parent eef1ab8 commit aa064fd

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,5 @@ extern "C" void app_main()
2121
}
2222
```
2323

24-
## Compile from source (does not work right now)
25-
* Clone repository
26-
```
27-
git clone --recursive https://github.com/mathiasbredholt/libmapper-arduino.git
28-
```
29-
* 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.
30-
* Run
31-
```
32-
mkdir build
33-
cd build
34-
cmake ..
35-
make
36-
```
37-
* The Arduino library will be compiled to build/Arduino/libmapper
24+
## Updating library
25+
- Run `update-library.sh`

0 commit comments

Comments
 (0)