То время, когда я хотел форкнуть Инстед, часть 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-07 06:14:26 +00:00
debian -theme option added 2009-09-07 06:14:26 +00:00
desktop ng to 0.8.9 (win build is not tested) 2009-09-05 05:23:51 +00:00
doc win build fix 2009-09-05 07:18:15 +00:00
games keyboard update 2009-09-07 05:35:34 +00:00
icon 0.8.5 version 2009-08-26 05:25:53 +00:00
languages kbd_mode option 2009-09-07 05:06:56 +00:00
src -theme option added 2009-09-07 06:14:26 +00:00
stead ng to 0.8.9 (win build is not tested) 2009-09-05 05:23:51 +00:00
themes kbd_mode option 2009-09-07 05:06:56 +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 win build fix 2009-09-05 07:18:15 +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 ng to 0.8.9 (win build is not tested) 2009-09-05 05:23:51 +00:00
Rules.make.system ng to 0.8.9 (win build is not tested) 2009-09-05 05:23:51 +00:00
Rules.windows win build fix 2009-09-05 07:18:15 +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