diff options
author | Martin Lefebvre <dadexter@sekurity.com> | 2010-05-11 20:01:57 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:57 +0200 |
commit | afd43d4f79054b4f2be691f970bb7e3ae59713c5 (patch) | |
tree | f28af7f7415535254b9b5fd3cc55c3ce42ffff7f /system/dosemu/README | |
parent | e46a810f99d5560921f4b5eb2ee0cb8429cc5001 (diff) | |
download | slackbuilds-afd43d4f79054b4f2be691f970bb7e3ae59713c5.tar.gz |
system/dosemu: Added to 12.0 repository
Diffstat (limited to 'system/dosemu/README')
-rw-r--r-- | system/dosemu/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/dosemu/README b/system/dosemu/README new file mode 100644 index 0000000000..9a518dda1a --- /dev/null +++ b/system/dosemu/README @@ -0,0 +1,12 @@ +dosemu is a DOS EMUlator + +DOSEMU is a user-level program which uses certain special features +of the Linux kernel and the 80386 processor to run MS-DOS/FreeDOS +in what we in the biz call a 'DOS box' + +This SlackBuild script needs two downloads: the dosemu source file, and +the dosemu-freedos-1.0-bin.tgz file, both available from the DOSEMU homepage. + +This script does not build support for X by default - to enable X, +run the script as follows: + WITH_X=yes ./dosemu.SlackBuild |