flathub / io.github.dosbox-staging

https://flathub.org/apps/details/io.github.dosbox-staging
4 stars 4 forks source link

Flatpak for DOSBox-Staging

Official Flatpak support is available for DOSBox-Staging, a cross-platform x86/DOS emulation package.

Installation

This Flatpak is available on Flathub. After following the Flatpak setup guide, you can install it by entering the following command in a terminal:

flatpak install flathub io.github.dosbox-staging -y

Once the Flatpak is installed, you can run DOSBox-Staging using your desktop environment's application launcher, or by running flatpak run io.github.dosbox-staging in a terminal.

Updating

This Flatpak follows the latest stable DOSBox-Staging version. To update it, run the following command in a terminal:

flatpak update

Limitations

Please create an issue if you find any other limitations specific to flatpak that should be documented here.

Configuration files

Under the default Flatpak configuration, the DOSBox-Staging configuration files are located in ~/.var/app/io.github.dosbox-staging/config/dosbox/. To access it with a graphical file manager, you'll have to make hidden folders visible.

The config file will not initially exist after installing DOSBox-Staging. You can create one from the DOSBox-Staging command line by running config -wcd.

Building from source

Install Git, follow the flatpak-builder setup guide then enter the following commands in a terminal:

git clone --recursive https://github.com/flathub/io.github.dosbox-staging.git
cd io.github.dosbox-staging
flatpak install flathub org.freedesktop.Sdk//22.08 -y
flatpak-builder --force-clean --install --user -y build-dir io.github.dosbox-staging.yml

If all goes well, the Flatpak will be installed after building. You can then run it using your desktop environment's application launcher.

You can speed up incremental builds by installing ccache and specifying --ccache in the flatpak-builder command line (before build-dir).