Xdelta for Linux
From Wesnoth
- deinstall old version (v1.0rc1 in our example)
- Get the Xdelta package with your favourite packet managemant (e.g. apt, aptitude ...)
- Get the Xdelta file for Wesnoth (e.g. rc1to10-source.xdelta which updates source from v1.0rc1 to v1.0)
- Source tarball and xdelta file have to be in the same directory (e.g. /usr/local/games/)
- Patch the old source like this: xy:/usr/local/games# xdelta patch rc1to10-source.delta -> when finish, there should be another tarball with the recent version now (in our example wesnoth-1.0.tar.gz)
- tar xzf /usr/local/games/wesnoth-1.0.tar.gz
- cd /usr/local/games/wesnoth-1.0
- ./configure
- make
- make install (as root)
- new version should be installed now
- have fun and be nice and friendly to other players ;)
This page was last modified 07:27, 24 February 2008.
