То время, когда я хотел форкнуть Инстед, часть II. Также см. "steed-preface"
This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2009-09-05 04:44:45 +00:00
debian unneded file 2009-08-31 19:27:24 +00:00
desktop Going to 0.8.8 2009-08-30 19:58:55 +00:00
doc 0.8.8 2009-08-31 19:25:19 +00:00
games bug in cat 2009-08-30 09:10:01 +00:00
icon 0.8.5 version 2009-08-26 05:25:53 +00:00
languages not tested version of locale-support code 2009-09-05 04:44:45 +00:00
src not tested version of locale-support code 2009-09-05 04:44:45 +00:00
stead list_zap, list_concat 2009-09-04 10:50:15 +00:00
themes 0.8.5 version 2009-08-26 05:25:53 +00:00
configure.bat 0.8.5 version 2009-08-26 05:25:53 +00:00
Makefile 0.8.5 version 2009-08-26 05:25:53 +00:00
Makefile.windows 0.8.5 version 2009-08-26 05:25:53 +00:00
readme.txt 0.8.5 version 2009-08-26 05:25:53 +00:00
Rules.make 0.8.5 version 2009-08-26 05:25:53 +00:00
Rules.make.standalone not tested version of locale-support code 2009-09-05 04:44:45 +00:00
Rules.make.system not tested version of locale-support code 2009-09-05 04:44:45 +00:00
Rules.windows Going to 0.8.8 2009-08-30 19:58:55 +00:00
sdl-instead first commit 2009-02-21 10:52:44 +00:00

Deps:
	sdl, sdl-mixer, sdl-image, sdl-ttf, lua5.1

To run just from build dir use:

	rm -f Rules.make
	ln -s Rules.make.standalone Rules.make
	make clean
	make
	./sdl-instead

To install into system:

	# as root
	rm -f Rules.make
	ln -s Rules.make.system Rules.make
	make clean
	make install
	sdl-instead

On debian systems:
	apt-get install liblua5.1-dev libreadline-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libreadline5-dev

building deb package:
	build-essential
	debuild