speed-dreams-code/packaging/desura/readme.txt
xavi92 6d7ca06e02 String trailing whitespaces
The following shell script was used:

while read f
do
        sed -Ei 's/[[:space:]]+$//g' "$f"
done <<EOF
$(svn ls -R | grep \
        -e '.\cpp$' \
        -e '\.cmake$' \
        -e '\.txt$' \
        -e '\.cppcheck$' \
        -e '\.frag$' \
        -e '\.h$' \
        -e '\.hpp$' \
        -e '\.vert$' \
        -e '\.xml$' \
        -e '\.java$' \
        -e '\.c$')
EOF

As a side effect, this has also converted some files from CRLF line
endings to LF.

File extensions such as .ac or .osg were intentionally left out because
those usually are very large files generated by tools.



git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9507 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6c1e5ab34415982ec77fc92a77e1b1c149518eca
Former-commit-id: c6cf9480ae7c1d2f9a999eb6c6b976eef8bae3ba
2024-07-30 21:45:07 +00:00

32 lines
1.2 KiB
Text

Desura Packages Windows (easy)
--
1). Use 'base' binary installer to install to an empty directory.
2). Delete (or move) the 'unistall' file.
3). VPoint the Desura client to this directory, and make MCF
4). Upload to Desura website and publish
5). Install HQ and More-HQ package
6). Point the Desura client to this directory, and make MCF
7). Upload to Desura website and publish
Desura Packages Linux (complicated)
--
Unfortunately the initial release of SpeedDreams on Linux was done where the
launch command was set to 'speeddreams' in the root of the install, this can
not be changed and therefore requires a script to work around it.
The 'fix_rpath' patch should first be applied to the source tree, this works
around a problem with the binaries being relocated.
The 'build_desura_package.sh' takes a destination directory as an argument
and will configure, compile and install SpeedDreams into that directory for
either 32 or 64bit architecture (depending on host).
so from the root of the source tree
--
$ patch -p1 < fix_rpatch.patch
$ build_desura_package.sh ../desura-target
--
The point the Desura client at that directory, make an MCF and upload. This
needs to be done twice, once for 32bit and once for 64bit