2022年3月13日日曜日

GodotをUbuntu20.04/Debian 11(Bullseye)にインストールする

Godotはクロスプラットフォームのゲーム開発環境です。GodotをUbuntu20.04/Debian 11(Bullseye)にインストールするには、以下の手順を実行します。

〇Godotの画面(Ubuntu 20.04)

〇Godotの画面(Debian 11)

インストール手順

以下のコマンドを実行します。
sudo mkdir -p /opt/godot

cd /opt/godot

sudo wget https://downloads.tuxfamily.org/godotengine/3.4.3/Godot_v3.4.3-stable_x11.64.zip

sudo unzip Godot_v3.4.3-stable_x11.64.zip

cat << EOF | sudo tee /usr/share/applications/godot.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/godot/Godot_v3.4.3-stable_x11.64
Name=Godot
Categories=Development;
EOF

関連情報

・Godotのウェブサイト
https://godotengine.org/

0 件のコメント:

コメントを投稿