То время, когда я хотел форкнуть INSTEAD, часть III.
Go to file
Alexander Yakovlev cfd5efa0d5 I am tired of this and that is all I can do at this time.
Also, happy dday to Peter since two of his color constants were misspelled.
I gonna fix the table the other day, yes.
2009-11-08 13:31:35 +00:00
debian change log 2009-11-07 19:01:41 +00:00
desktop going to 1.0.0... 2009-11-03 16:45:46 +00:00
doc I am tired of this and that is all I can do at this time. 2009-11-08 13:31:35 +00:00
games typos 2009-11-07 07:30:27 +00:00
icon better icon, io object in stead 2009-09-25 06:20:40 +00:00
languages ru translation for load game is returned 2009-11-05 10:27:42 +00:00
src I am tired of this and that is all I can do at this time. 2009-11-08 13:31:35 +00:00
stead going to 1.0.0... 2009-11-03 16:45:46 +00:00
themes encode/decode windowze fix 2009-10-31 13:43:25 +00:00
config.make I am tired of this and that is all I can do at this time. 2009-11-08 13:31:35 +00:00
configure.bat 0.8.5 version 2009-08-26 05:25:53 +00:00
configure.sh cleanups in configure 2009-11-08 08:47:14 +00:00
Makefile configure fix 2009-11-08 08:35:41 +00:00
Makefile.windows win build fix 2009-09-05 07:18:15 +00:00
readme.txt cleanups in configure 2009-11-08 08:44:24 +00:00
Rules.make configure.sh fix 2009-11-08 08:33:40 +00:00
Rules.make.standalone readme.txt fix 2009-11-08 08:29:35 +00:00
Rules.make.system going to 1.0.0... 2009-11-03 16:45:46 +00:00
Rules.windows going to 1.0.0... 2009-11-03 16:45:46 +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

***

Or you can try run ./configure.sh