mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/dosbox-dev: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
ca99f7fbf7
commit
f35d9cc576
2 changed files with 15 additions and 13 deletions
|
@ -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.
|
||||
|
|
13
system/dosbox-dev/README.SBo
Normal file
13
system/dosbox-dev/README.SBo
Normal file
|
@ -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
|
Loading…
Reference in a new issue