Ubuntu 20.04 PPA

Announcements and news.
Post Reply
dragonlord
Site Admin
Posts: 29
Joined: Tue Apr 21, 2020 12:18 am

Ubuntu 20.04 PPA

Post by dragonlord »

For Ubuntu 20.04 (Focal) Users there is now a PPA containing all Ubuntu Packages.

By adding the PPA you get automatic updates with new versions for both the game engine and the editor.

To install any packages from the PPA open a console and enter this (you have to do this only once):

Code: Select all

sudo add-apt-repository ppa:rpluess/dragondreams
sudo apt-get update
To install the Drag[en]gine Game Engine enter this:

Code: Select all

sudo apt-get install dragengine
To install the Drag[en]gine IGDE enter this:

Code: Select all

sudo apt-get install deigde
You get now the newest versions whenever your system updates itself.
Post Reply