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

ナビゲーションに移動 検索に移動
36行目: 36行目:
===== リポジトリを追加してインストール =====
===== リポジトリを追加してインストール =====
まず、Arduino IDEのリポジトリを追加する。<br>
まず、Arduino IDEのリポジトリを追加する。<br>
  # SUSE 15.4
  # SUSE
  sudo zypper --gpg-auto-import-keys ar -f https://download.opensuse.org/repositories/CrossToolchain:/avr/15.4/ 'CrossToolchain:avr'
  sudo zypper --gpg-auto-import-keys ar -f 'https://download.opensuse.org/repositories/CrossToolchain:/avr/$releasever/' '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>
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>

案内メニュー