For Arch Linux the free software DragonDreams applications can be installed from using AUR repositories. See the Wiki Page about how to install packages using the AUR repositories. In short:
- Acquire the build files, including the
PKGBUILDand possibly other required files, like systemd units and patches (often not the actual code). - Verify that the
PKGBUILDand accompanying files are not malicious or untrustworthy. - Run
makepkgin the directory where the files are saved. This will download the code, compile it, and package it. - Run
pacman -U package_fileto install the package onto your system.
The following packages are provided
| dragengine | Drag[en]gine Game Engine. Includes these applications:
This package is recommended for Gamers to play games (*.delga). |
| deigde | Development Environment for developing games using the Drag[en]gine game engine. Includes these applications:
This package is recommended for Developers to develop games. Requires package "dragengine" to be installed first. |
| democap | Drag[en]gine Motion Capture (DEMoCap). Includes these applications:
Requires package "dragengine" to be installed first. |
Please consider voting for the packages (in the "Package Actions" menu on the right side of package). Enough votes helps to get the package included in the main repository. This way you will get pre-compiled packages in the future avoiding the need to build the package yourself.