〇Godotの画面(Ubuntu 22.04)
インストール手順
以下のコマンドを実行します。sudo mkdir -p /opt/godot
cd /opt/godot
sudo wget https://downloads.tuxfamily.org/godotengine/3.5.1/Godot_v3.5.1-stable_x11.64.zip
sudo unzip Godot_v3.5.1-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.5.1-stable_x11.64
Name=Godot
Categories=Development;
EOF
関連情報
・Godotのウェブサイトhttps://godotengine.org/
0 件のコメント:
コメントを投稿