12,925
回編集
36行目: | 36行目: | ||
===== リポジトリを追加してインストール ===== | ===== リポジトリを追加してインストール ===== | ||
まず、Arduino IDEのリポジトリを追加する。<br> | まず、Arduino IDEのリポジトリを追加する。<br> | ||
# SUSE | # SUSE | ||
sudo zypper --gpg-auto-import-keys ar -f https://download.opensuse.org/repositories/CrossToolchain:/avr/ | sudo zypper --gpg-auto-import-keys ar -f 'https://download.opensuse.org/repositories/CrossToolchain:/avr/$releasever/' 'CrossToolchain:avr' | ||
sudo zypper refresh | sudo zypper refresh | ||
<br> | <br> | ||
47行目: | 43行目: | ||
sudo zypper install arduino | sudo zypper install arduino | ||
<br> | <br> | ||
===== 手動でインストール ===== | ===== 手動でインストール ===== | ||
[https://www.arduino.cc/en/Main/Software Arduinoの公式サイト]から、Arduino IDEをホームディレクトリにダウンロードする。<br> | [https://www.arduino.cc/en/Main/Software Arduinoの公式サイト]から、Arduino IDEをホームディレクトリにダウンロードする。<br> |