「インストール - Arduino IDE」の版間の差分

ナビゲーションに移動 検索に移動
31行目: 31行目:
===== リポジトリを追加してインストール =====
===== リポジトリを追加してインストール =====
まず、Arduino IDEのリポジトリを追加する。<br>
まず、Arduino IDEのリポジトリを追加する。<br>
  sudo zypper --gpg-auto-import-keys ar -f https://download.opensuse.org/repositories/CrossToolchain:/avr/openSUSE_Leap_15.1 'CrossToolchain:avr'
# SUSE 15.4
  sudo zypper --gpg-auto-import-keys ar -f https://download.opensuse.org/repositories/CrossToolchain:/avr/15.4/ 'CrossToolchain:avr'
sudo zypper refresh
# SUSE 15.3
sudo zypper --gpg-auto-import-keys ar -f https://download.opensuse.org/repositories/CrossToolchain:/avr/15.3/ 'CrossToolchain:avr'
  sudo zypper refresh
  sudo zypper refresh
<br>
<br>
37行目: 42行目:
  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>
解凍したarduino-<バージョン>ディレクトリにあるarduinoファイルが実行ファイルである。<br>
解凍したarduino-<バージョン>ディレクトリにあるarduinoファイルが実行ファイルである。<br>

案内メニュー