• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cmake/H03-May-2022-248196

git-hooks/H03-May-2022-4331

scripts/H03-May-2022-11590

src/H03-May-2022-43,06335,459

test/H03-May-2022-

.travis.ymlH A D31-Aug-2013152 109

DoxyfileH A D10-Feb-201370.3 KiB1,6931,221

LICENSEH A D10-Feb-201317.6 KiB340281

README.mdH A D10-Feb-2013632 2715

TODOH A D10-Feb-20131.4 KiB5238

README.md

1#pr-downloader - tool to download maps and games for the Spring engine
2
3##compile
4to compile, you need libcurl and libz
5	cmake .
6	make
7	make install
8
9for cross-compilation run scripts/crosscompile.sh (tested on Ubuntu 11.04 / 64 bit with i586-mingw32msvc-g++ (GCC) 4.4.4)
10
11That's it!
12
13##usage
14
15pr-downloader --download-game "Balanced Annihilation v7.20" --download-map "DeltaSiegeDry.sd7"
16
17##coding style
18
19please use the git-pre-commit hook:
20
21	ln -sfv ../../git-hooks/pre-commit .git/hooks/pre-commit
22
23##License
24
25pr-downloader is GPL-2 as it contains xmlrpcpp (GPL-2) and gsoap (GPL-2) code. For details, look at the LICENSE file.
26
27