You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 years ago | |
---|---|---|
debian | 12 years ago | |
desktop | 12 years ago | |
doc | 12 years ago | |
games | 12 years ago | |
icon | 12 years ago | |
lang | 12 years ago | |
src | 12 years ago | |
stead | 12 years ago | |
tests | 12 years ago | |
themes | 12 years ago | |
.gitignore | 12 years ago | |
.gitmodules | 12 years ago | |
Makefile | 12 years ago | |
Makefile.mingw | 12 years ago | |
Makefile.windows | 12 years ago | |
PKGBUILD.in | 12 years ago | |
README | 12 years ago | |
Rules.make.macosx | 12 years ago | |
Rules.make.mingw32ce | 12 years ago | |
Rules.make.standalone | 12 years ago | |
Rules.make.system | 12 years ago | |
Rules.mingw | 12 years ago | |
Rules.windows | 12 years ago | |
bld.inf | 12 years ago | |
configure-mingw32.sh | 13 years ago | |
configure.bat | 14 years ago | |
configure.sh | 12 years ago | |
icons.mk | 12 years ago | |
instead.mmp | 12 years ago | |
instead.pkg | 12 years ago | |
instead.rss | 12 years ago | |
instead.spec | 12 years ago | |
instead_reg.rss | 12 years ago | |
maemo-build.patch | 12 years ago | |
mingw32ce.tar.gz | 12 years ago | |
setup-kit.iss | 12 years ago | |
setup.iss | 12 years ago | |
windows.tar.gz | 12 years ago |
README
Steed 0.2
=============
WARNING! For successfull building you must install these development packages (names may vary in your distribution):
sdl, sdl-mixer, sdl-image, sdl-ttf, lua5.1
0) Prepare for building
=======================
Unpack source package with this command:
$ tar xzvf instead_<version>.tar.gz
Change current dir to project's build dir:
$ cd instead-<version>
There are several ways to build package.
1) On Debian based systems you can build deb package
====================================================
$ sudo apt-get install liblua5.1-dev libreadline-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
$ sudo apt-get install build-essential debhelper
$ debuild
$ cd ..
$ sudo dpkg -i instead_<version>.deb
2) On gentoo or arch linux
==========================
Install stable version from AUR:
$ yaourt -S instead
Or build from svn:
$ make PKGBUILD
$ makepkg -s
And, I think, you have enough skills to build package yourself. ;)
3) For other distributions
==========================
You have a two choices:
a) try run ./configure.sh and follow instructions
or
b) do all things manually
4) Manual build
===============
To build game, that runs just from build dir use Rules.make.standalone
----------------------------------------------------------------------
$ rm -f Rules.make
$ ln -s Rules.make.standalone Rules.make
$ make clean
$ make
If build process has failed check Rules.make.standalone and make changes if needed.
$ ./sdl-instead
To build game for system install
--------------------------------
$ rm -f Rules.make
$ ln -s Rules.make.system Rules.make
$ make clean
$ make
If build process has failed check Rules.make.system and make changes if needed.
$ sudo make install
$ sdl-instead
Enjoy.
Known problems
==============
- Does not clears up when Alt+Q _and_ game is unpacked [INSTEAD bug]
- Free Software Foundation insists on placing GPL preamble in every file; this is not the case.