Wesnoth 1.8 Squashfs

I compiled the Wesnoth game and its dependent libraries in Lucid Puppy Linux 5.2, and then created a Squashfs binary from the Wesnoth binaries.

The Wesnoth Squashfs binary is hosted in googlecode. (wesnoth-sfs)

To download it, use Mercurial to clone the repository, and then use the cat command to combine the multiple parts into the Squashfs binary wesnoth-1.8.5.sfs .

$ hg clone https://wesnoth-sfs.googlecode.com/hg/ wesnoth-sfs
requesting all changes
adding changesets
adding manifests
adding file changes
added 11 changesets with 31 changes to 31 files
updating to branch default
31 files updated, 0 files merged, 0 files removed, 0 files unresolved

$ cd wesnoth-sfs/
$ cat wesnoth-1.8.5.sfs.* > wesnoth-1.8.5.sfs



I have also tested the binary in Ubuntu Maverick using the below steps.


$ mkdir wesnoth
$ sudo mount wesnoth-1.8.5.sfs wesnoth -t squashfs -o loop

$ cd wesnoth/usr/local/bin
$ ./wesnoth -f ../share/wesnoth/

Others dependent libraries compiled in Lucid Puppy Linux 5.2:
libSDL-1.2.tar.gz
liboggvorbis.tar.gz

Comments

blog comments powered by Disqus