То время, когда я хотел форкнуть Инстед, часть 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-23 04:21:24 +00:00
debian stead cleanups 2009-09-22 04:27:49 +00:00
desktop makefiles uninstall 2009-09-23 04:21:24 +00:00
doc makefiles uninstall 2009-09-23 04:21:24 +00:00
games makefiles uninstall 2009-09-23 04:21:24 +00:00
icon makefiles uninstall 2009-09-23 04:21:24 +00:00
languages makefiles uninstall 2009-09-23 04:21:24 +00:00
src makefiles uninstall 2009-09-23 04:21:24 +00:00
stead makefiles uninstall 2009-09-23 04:21:24 +00:00
themes makefiles uninstall 2009-09-23 04:21:24 +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 makefiles uninstall 2009-09-23 04:21:24 +00:00
Rules.make.system makefiles uninstall 2009-09-23 04:21:24 +00:00
Rules.windows 0.9.1 unreleased yet ;) 2009-09-20 10:49:06 +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