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 8, 2021
1 parent eef1ab8 commit aa064fd
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,5 @@ extern "C" void app_main()
}
```

## Compile from source (does not work right now)
* Clone repository
```
git clone --recursive https://github.com/mathiasbredholt/libmapper-arduino.git
```
* 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.
* Run
```
mkdir build
cd build
cmake ..
make
```
* The Arduino library will be compiled to build/Arduino/libmapper
## Updating library
- Run `update-library.sh`

0 comments on commit aa064fd

Please sign in to comment.