From f19943db04bd97dd99472954588f98b2fe4ae3a7 Mon Sep 17 00:00:00 2001 From: joba1 Date: Fri, 18 Aug 2017 13:03:19 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ed2e00e805..4c0c046e5a8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite. + [Instructions for Mac](docs/arduino-ide/mac.md) + [Instructions for Debian/Ubuntu Linux](docs/arduino-ide/debian_ubuntu.md) + [Instructions for Fedora](docs/arduino-ide/fedora.md) + + [Instructions for openSUSE](docs/arduino-ide/opensuse.md) - [Using PlatformIO](docs/platformio.md) - [Building with make](docs/make.md) - [Using as ESP-IDF component](docs/esp-idf_component.md) From 16fdb017179cd000f04ec73f844bf30098cc3d4e Mon Sep 17 00:00:00 2001 From: joba1 Date: Fri, 18 Aug 2017 13:20:22 +0200 Subject: [PATCH 2/2] Create opensuse.md --- docs/arduino-ide/opensuse.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/arduino-ide/opensuse.md diff --git a/docs/arduino-ide/opensuse.md b/docs/arduino-ide/opensuse.md new file mode 100644 index 00000000000..c3d008086a0 --- /dev/null +++ b/docs/arduino-ide/opensuse.md @@ -0,0 +1,16 @@ +Installation instructions for openSUSE +====================================== + +- Install the latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software). +- Open Terminal and execute the following command (copy->paste and hit enter): + + ```bash + sudo usermod -a -G dialout $USER && \ + sudo zypper install git python3-pip python3-pyserial && \ + mkdir -p ~/Arduino/hardware/espressif && \ + cd ~/Arduino/hardware/espressif && \ + git clone https://github.com/espressif/arduino-esp32.git esp32 && \ + cd esp32/tools/ && \ + python get.py + ``` +- Restart Arduino IDE