差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:arduino_ide [2021/12/12 23:26] – [ダウンロード] ともやん | linux:arduino_ide [2024/04/19 09:59] (現在) – ↷ 移動操作に合わせてリンクを書き換えました。 非ログインユーザー | ||
|---|---|---|---|
| 行 3: | 行 3: | ||
| 本家: [[https:// | 本家: [[https:// | ||
| + | |||
| + | [[: | ||
| ===== ダウンロード ===== | ===== ダウンロード ===== | ||
| 行 11: | 行 13: | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| $ cd ~/work | $ cd ~/work | ||
| - | $ curl -O https:// | + | $ curl -O https:// |
| </ | </ | ||
| <WRAP color_result>< | <WRAP color_result>< | ||
| 行 5212: | 行 5214: | ||
| <WRAP prewrap 100% mincode> | <WRAP prewrap 100% mincode> | ||
| 起動スクリプトの以下の部分をコメントアウトする。\\ | 起動スクリプトの以下の部分をコメントアウトする。\\ | ||
| - | < | + | < |
| #export PATH=" | #export PATH=" | ||
| + | </ | ||
| + | <code autoconf> | ||
| #if [ -x " | #if [ -x " | ||
| # JAVA=$APPDIR/ | # JAVA=$APPDIR/ | ||
| 行 5222: | 行 5226: | ||
| <WRAP prewrap 100% mincode_long> | <WRAP prewrap 100% mincode_long> | ||
| - | < | + | < |
| # | # | ||
| 行 5649: | 行 5653: | ||
| ユーザーを **dialout** グループに所属させる。\\ | ユーザーを **dialout** グループに所属させる。\\ | ||
| - | [[:linux: | + | [[linux:commands: |
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| 行 5658: | 行 5662: | ||
| </ | </ | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ sudo usermod -a -G dialout | + | $ sudo usermod -a -G dialout |
| $ id tomoyan | $ id tomoyan | ||
| </ | </ | ||
| 行 5665: | 行 5669: | ||
| </ | </ | ||
| </ | </ | ||
| + | ※id コマンドにユーザー名を指定すると、ログインユーザーの状態ではなく現在の設定状態が確認できる。\\ | ||
| - | 再ログインして動作確認を行う。\\ | + | 再ログインして動作確認を行う。(exec bash –login)\\ |
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ su - tomoyan | + | $ exec $SHELL |
| - | </ | + | |
| - | <WRAP color_result>< | + | |
| - | パスワード: | + | |
| - | </ | + | |
| - | <WRAP color_command>< | + | |
| $ arduino & | $ arduino & | ||
| </ | </ | ||
| 行 5715: | 行 5715: | ||
| ==== 付録 ==== | ==== 付録 ==== | ||
| [[tw> | [[tw> | ||
| + | [[tw> | ||