summaryrefslogtreecommitdiffstats
path: root/system/dosbox-dev
diff options
context:
space:
mode:
author B. Watson2022-03-14 18:35:29 +0100
committer B. Watson2022-03-17 17:38:15 +0100
commitf35d9cc5768e81feb71cbad522c8d781742b56cd (patch)
tree669d47cc7d668c2ff149840c05077d43de5eddb3 /system/dosbox-dev
parentca99f7fbf79e31dc4a2332f36e9b3947b9a73990 (diff)
downloadslackbuilds-f35d9cc5768e81feb71cbad522c8d781742b56cd.tar.gz
system/dosbox-dev: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/dosbox-dev')
-rw-r--r--system/dosbox-dev/README15
-rw-r--r--system/dosbox-dev/README.SBo13
2 files changed, 15 insertions, 13 deletions
diff --git a/system/dosbox-dev/README b/system/dosbox-dev/README
index 91cccd07b8..b2f490c7cf 100644
--- a/system/dosbox-dev/README
+++ b/system/dosbox-dev/README
@@ -14,16 +14,5 @@ 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.
-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:
-https://sourceforge.net/projects/slackbuildsdirectlinks/files/dosbox/
-
-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
+If you want to use another revision of the SVN codebase, see
+README.SBo.
diff --git a/system/dosbox-dev/README.SBo b/system/dosbox-dev/README.SBo
new file mode 100644
index 0000000000..cc1bc10874
--- /dev/null
+++ b/system/dosbox-dev/README.SBo
@@ -0,0 +1,13 @@
+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:
+https://sourceforge.net/projects/slackbuildsdirectlinks/files/dosbox/
+
+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