From aa064fda11ec072b80c06a54234e7304ebfebac9 Mon Sep 17 00:00:00 2001 From: Mathias Bredholt Date: Sat, 8 May 2021 14:30:10 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2fcd9e4..05e57d5 100644 --- a/README.md +++ b/README.md @@ -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`