1Formido 1.0.1
2
3Noe Falzon <noe.falzon@tiscali.fr>
4
5This is the source distribution for GNU/Linux and Mac OS X.
6It should compile as well on other Unix-like systems.
7
8-------------------
9General information
10-------------------
11
12Highscore and config are now saved in ~/.formido. This folder is created the
13first time the game is run.
14
15--------------------
16GNU/Linux and others
17--------------------
18
19You must have SDL, SDL_image, and SDL_mixer installed.
20
21Run "make" in the formido directory.
22
23Then formido has to be run from this same directory with "./formido". There is
24no installation at this time.
25
26
27--------
28Mac OS X
29--------
30
31If you just want to play the game, the precompiled binaries are enough and
32already contain all the required libraries.
33
34To compile the game, you must have SDL, SDL_image and SDL_mixer installed as
35frameworks under the directory /Library/Frameworks (if they are in
36~/Library/Frameworks, you'll have to modify the Makefile)
37
38Rename Makefile into whatever you want, such as Makefile.old, and rename
39Makefile.osx into Makefile.
40
41Then run "make" in the formido directory. This will compile the game and make a
42bundle containing all the data, default config file, and required libraries, so
43you can redistribute it on computers where the libs are not installed.
44
45The icon may not appear immediately. Copy the bundle somewhere else, and it
46should be updated.
47