aboutsummaryrefslogtreecommitdiff
path: root/system/dosbox-dev
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 12:09:40 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:05 -0400
commitaa26e95b5dcf9ce696429061e81d94fe2333f638 (patch)
tree3e420cacafa837015b3ff175dff96b358313846d /system/dosbox-dev
parent3dda49cbfd89370b35b1ff4bc15c58b04b4a7433 (diff)
system/dosbox-dev: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/dosbox-dev')
-rw-r--r--system/dosbox-dev/README19
1 files changed, 11 insertions, 8 deletions
diff --git a/system/dosbox-dev/README b/system/dosbox-dev/README
index 7a7e9f3c7e20..91cccd07b849 100644
--- a/system/dosbox-dev/README
+++ b/system/dosbox-dev/README
@@ -4,23 +4,26 @@ as well as many apps designed to run on DOS.
SDL_sound is an optional dependency.
-This is the latest-or-almost development version, hence it is not labeled
-stable by upstream.
-dosbox-dev does conflict with the stable dosbox 0.74 Slackbuild, and isn't
-meant to be used alongside.
+This is the latest-or-almost development version, hence it is not
+labeled stable by upstream.
+
+dosbox-dev does conflict with the stable dosbox 0.74 Slackbuild, and
+isn't meant to be used alongside.
+
If you want to have both dosbox and dosbox-dev packages installed set
-DOSBOXDEV=yes, and man page, icon, desktop entry and dosbox binary will be
-renamed dosbox-dev.
+DOSBOXDEV=yes, and man page, icon, desktop entry and dosbox binary
+will be renamed dosbox-dev.
If you want to use another revision of the SVN codebase,
get it and put it in a directory called dosbox-dev, then create a
dosbox-dev-0.74.rXXXX.tar.xz archive.
After that you can do REVISION=XXXX ./dosbox-dev.SlackBuild
-There'll be some available at :
+There'll be some available at:
https://sourceforge.net/projects/slackbuildsdirectlinks/files/dosbox/
-For example for the latest available revision :
+For example for the latest available revision:
# svn checkout https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk dosbox-dev
# REVISION=$(cd dosbox-dev && LANG=C svn info | grep "Revision"| cut -d' ' -f2)
# tar cfa dosbox-dev-0.74.r$REVISION.tar.xz dosbox-dev/
+# export REVISION
# ./dosbox-dev.SlackBuild