То время, когда я хотел форкнуть Инстед, часть 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-10-24 15:57:08 +00:00
debian fix in changelog 2009-10-23 09:38:15 +00:00
desktop version switch 2009-10-12 07:10:24 +00:00
doc typo in doc 2009-10-23 09:10:20 +00:00
games tutorial fixes 2009-10-23 08:12:59 +00:00
icon better icon, io object in stead 2009-09-25 06:20:40 +00:00
languages first buggy videomode switching support 2009-10-24 12:48:41 +00:00
src more mode support 2009-10-24 15:57:08 +00:00
stead ppush/ppop 2009-10-23 12:39:21 +00:00
themes fantasy theme fix 2009-10-05 16:55:10 +00:00
configure.bat 0.8.5 version 2009-08-26 05:25:53 +00:00
Makefile makefiles uninstall 2009-09-23 04:21:24 +00:00
Makefile.windows win build fix 2009-09-05 07:18:15 +00:00
readme.txt readme fix 2009-09-18 05:36:15 +00:00
Rules.make 0.8.5 version 2009-08-26 05:25:53 +00:00
Rules.make.standalone first buggy videomode switching support 2009-10-24 12:48:41 +00:00
Rules.make.system version switch 2009-10-12 07:10:24 +00:00
Rules.windows version switch 2009-10-12 07:10:24 +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:
	apt-get install build-essential
	debuild