Wiki home
Editing page "
0ad
"
Base on previous version:
0
-
2257
-
2258
-
2259
-
2263
-
2268
-
2275
-
2277
-
2282
-
2283
-
2286
-
2289
-
2296
-
2302
-
2307
-
2796
-
2807
-
4230
-
4259
-
6247
-
6265
-
6266
# 0ad is a realtime strategy game of ancient warfare. It is still in alpha so don't expect too much (in particular AI opponents are incomplete in the current release) # Note: depends on [pkg]wxWidgets[/pkg] # Note: depends on [pkg]patch[/pkg] # Note: depends on [pkg]zip[/pkg] # Note: depends on [pkg]cmake[/pkg] # Note: depends on [pkg]boost[/pkg] # Note: depends on [pkg]mesa[/pkg] # Note: depends on [pkg]SDL[/pkg] # Note: depends on [pkg]curl[/pkg] wget -c [link]http://releases.wildfiregames.com/0ad-0.0.14-alpha-unix-build.tar.xz[/link] wget -c [link]http://releases.wildfiregames.com/0ad-0.0.14-alpha-unix-data.tar.xz[/link] tar -xJf 0ad-0.0.14-alpha-unix-build.tar.xz tar -xJf 0ad-0.0.14-alpha-unix-data.tar.xz cd 0ad-0.0.14-alpha sed -i -e 's|Exec=0ad|Exec=/usr/bin/0ad|' build/resources/0ad.desktop cd build/workspaces ./update-workspaces.sh --libdir="/usr/lib/games/0ad" --bindir="/usr/bin" --datadir="/usr/share/0ad" cd gcc make # Doesn't mind -j# # Install cd ../../.. mkdir -p /usr/lib/games/0ad install binaries/system/*.so* /usr/lib/games/0ad install binaries/system/pyrogenesis /usr/bin/0ad mkdir -p /usr/share/applications install build/resources/0ad.desktop /usr/share/applications mkdir -p /usr/share/pixmaps install build/resources/0ad.png /usr/share/pixmaps cp -r binaries/data/. /usr/share/0ad
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page