File: README.source

package info (click to toggle)
teeworlds 0.7.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,068 kB
  • sloc: cpp: 58,010; ansic: 14,468; python: 3,763; asm: 946; objc: 107; makefile: 36; xml: 21; sh: 7
file content (15 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The original tarball does not include maps and translations. They can be
downloaded by using the make_release.py script. Since network connections are
forbidden at build time, you have to repack the upstream tarball.

1. Create the necessary build directories manually

  mkdir -p build/x86_64/release/data

2. Create fake executables
  touch build/x86_64/release/teeworlds
  touch build/x86_64/release/teeworlds_srv

  python3 scripts/make_release.py

3. Copy the data dir into the upstream tarball and repack it