• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H20-Nov-2004-2,452881

obj/H20-Nov-2004-

src/H20-Nov-2004-11,2876,805

README-srcH A D20-Nov-20042.1 KiB5639

makefileH A D20-Nov-20042 KiB8842

README-src

1"I Have No Tomatoes" Source code
2Copyright (c) 2004, Mika Halttunen
3
4    http://tomatoes.sourceforge.net
5
6
7-----------------------------------------------------------------------
8 LICENSE AGREEMENT
9-----------------------------------------------------------------------
10 This software is provided 'as-is', without any express or implied
11 warranty. In no event will the authors be held liable for any damages
12 arising from the use of this software.
13
14 Permission is granted to anyone to use this software for any purpose,
15 including commercial applications, and to alter it and redistribute
16 it freely, subject to the following restrictions:
17
18    1. The origin of this software must not be misrepresented; you must
19    not claim that you wrote the original software. If you use this
20    software in a product, an acknowledgment in the product documentation
21    would be appreciated but is not required.
22
23    2. Altered source versions must be plainly marked as such, and must
24    not be misrepresented as being the original software.
25
26    3. This notice may not be removed or altered from any source
27    distribution.
28
29
30
31-----------------------------------------------------------------------
32 COMPILING THE SOURCES
33-----------------------------------------------------------------------
34You should be able to compile this code with zero (or few) modifications
35using GNU GCC compilers (or compatible). For the Windows version, you can
36use use MinGW (www.mingw.org).
37
38First, make sure you have installed these libraries and their dependancies:
39* SDL (v1.2.7)
40* SDL_Image (v1.2.2)
41* SDL_Mixer
42
43I used the beforementioned versions, but you can build the game using other versions
44too.
45
46When you're done installing the libs, simply type 'make' and
47the game should build all right.
48
49Additionally, you can adjust the default directories where the game looks it's
50data by editing the 'makefile' and rebuilding the game.
51
52
53If you have any questions about this, feel free to contact me at lsoft@mbnet.fi
54When you make something cool contributions or bug fixes to the code, contact me
55please. And be sure to visit http://tomatoes.sourceforge.net for the latest stuff!
56