Marneus68 / DOSMAN

DOSMAN is a graphical DOSBox front-end written in C++ for modern GNU/Linux dekstops environements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon

DOSMAN

DOSMAN is a graphical DOSBox front-end written in C++ for modern GNU/Linux desktop environements.

With DOSMAN you can manage games, attribute cover artworks and tweaks the paramaters DOSBox will use to launch them.

You can find the sources on GitHub here.

Screenshots

Main Menu

Main menu

Configuration Screen

Configuration screen

Dependencies

DOSMAN requires gtkmm 3.0. Since DOSMAN is a DOSBox front-end, it requires the dosbox executable to be in the path. Most packages provided by the major GNU/Linux distributions will install DOSBox correctly.

On debian based systems, gtkmm 3.0 and its developement headers can be installed by running the following command as root:

apt-get install libgtkmm-3.0 libgtkmm-3.0-dev

Builing

DOSMAN uses Make and g++. To build it, move to the project's directory and run:

make

Installing and Uninstalling

Installing and uninstalling can be done from the project's Makefile with

sudo make install

and

sudo make uninstall

Running

Once installed, run dosman to start the program. A directory will be created a ~/.dosman to hold you programs and default configurations.
Since DOSMAN is designed to be a simple and clean front-end, you can actually modify every file in every sub-directory. There is no database involved, DOSMAN works on flat files and directory structure.

About

DOSMAN is a graphical DOSBox front-end written in C++ for modern GNU/Linux dekstops environements.


Languages

Language:C++ 93.6%Language:Makefile 5.7%Language:C 0.4%Language:Batchfile 0.3%