📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

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>