То время, когда я хотел форкнуть Инстед, часть 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-18 17:59:32 +00:00
debian cleanups 2009-09-15 12:52:53 +00:00
desktop switching to 0.9 2009-09-15 04:46:37 +00:00
doc debug script added to doc folder 2009-09-18 15:18:46 +00:00
games typos, Than you, community\! 2009-09-15 17:06:57 +00:00
icon 0.8.5 version 2009-08-26 05:25:53 +00:00
languages cancel translation forgotten 2009-09-15 09:17:38 +00:00
src go in BIG experiment! Menus and status oficial support? 2009-09-18 17:59:32 +00:00
stead go in BIG experiment! Menus and status oficial support? 2009-09-18 17:59:32 +00:00
themes goodby arial. hello droid sans. 2009-09-15 07:27:26 +00:00
configure.bat 0.8.5 version 2009-08-26 05:25:53 +00:00
Makefile workaround for focus event loss??? 2009-09-17 18:55:54 +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 obj in obj in inv ;) stead cleanups 2009-09-17 16:32:30 +00:00
Rules.make.system man added :) 2009-09-15 10:06:58 +00:00
Rules.windows switching to 0.9 2009-09-15 04:46:37 +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