File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1- # DOSBox- GUI
1+ # DOSBox GUI
22A graphical DOSBox configuration utility for Linux.
3+
4+ ## Description
5+
6+ The tool allows you to create different profiles for DOSBox with ease.
7+ Simply fill out the form, enter a name for your profile and click on the create profile button to create a new profile.
8+
9+ The profile will saved and a shortcut will be created on your desktop to easily launch the profile of your choice.
10+
11+ ## How to install
12+ 1 . Install python2 by running ` sudo apt-get install python2 ` in a terminal.
13+ 2 . Download the [ latest release] ( https://github.com/Techcrafter/DOSBox-GUI/releases/latest ) .
14+ 3 . Extract the .zip file.
15+ 4 . Run the ` RUN ME.sh ` file.
16+ 5 . DOSBox GUI should open!
17+ 6 . Follow the shown steps to create a new DOSBox profile!
18+
19+ ## Screenshot
20+ ![ Screenshot 1] ( URL_HERE )
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ gnome-terminal -- ./program-data/dependencies.sh
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ echo Please enter your sudo password to install the dependencies:
4+ sudo apt-get install python2
5+ echo Done!
6+ echo Press any key...
7+ read null
You can’t perform that action at this time.
0 commit comments