Notes for SPRedit 1.0 source code
---------------------------------

The main.cpp is quite enough if you have allegro (liballegro-dev) library installed on your OS.
(Liballegro libraries/headers should be in the include-path....)
The library won't be linked statically during compilation, so liballegro runtime library is needed too.
(The source code for linux had some slight modification compared to the windows version.... for example
it seemed better in Gnome to use the OS cursor instead of allegro's own software cursor...)

The installation procedure is standard with the simple makefile. In terminal (with root privilegy) type:
make
make install

('make install copies the compiled executable binary 'SPRedit' into /usr/bin directory, 
 and the .desktop file and corresponding icon to have a menu entry in the desktop environment.)
(In case you want to delete the files what 'make' and 'make install' made, type 'make clean'.)

Sorry for the messy all-in-one code, this is my style at the moment, I still like keeping all
codes in one-file for simplicity of storing & compiling... And the time of development was 
1-2 weeks so far, and there was no time to fully structure the code.
Later it can change, and I may separate parts of the program in different source codes, as it
is usually done.....

In case of question don't hesitate to ask me at hmtmade@gmail.com.

2010 Mihaly Horvath



