(Temporarily) set "animate" to "none" by default (broken feature).
[gf1.git] / INSTALL.txt
blob5c253d39d5faa2aad9e3c563855ee7b4957d878b
1  how to compile GF1 from source
2 ================================
3 Since this is the first time I distribute source for one of my programs,
4 these instructions may be incomplete.
5 If you have problems, let me know and I will try to help.
7 what do you need
8 ----------------
9 + source for GF1
10   you can find the latest version on the GF1-website,
11   the name of the file should be something like:
12      gf1_src_<version>.zip
14 + the fltk-library
15   this can be found on the FLTK-website (http://fltk.easysw.com/)
16   the latest available version should be OK.
18 If you want to implement the 'Make drawing'-option:
19 + the gd-library
20   can be found on the website of Thomas Boutell (http://fltk.boutell.com/gd/)
21   the latest available version should be OK.
22   (you will also need libpng and zlib)
24 compiling on Linux
25 ------------------
26 + compile and install the fltk-library according to the instructions included
27   with FLTK.
29 + unzip the gf1 source-archive and type make.
31 If you want to implement the 'Make drawing'-option:
32 + do a normal install of gd, libpng and zlib
34 If you don't want to implement the 'Make drawing'-option, then you
35 should check the start of the make-file and put the corresponding line
36 about the GD-library in comment.
38 compiling on MS windows
39 -----------------------
40 + compile the fltk-library according to the instructions included with FLTK.
42 If you want to implement the 'Make drawing'-option:
43 + compile the libraries in a subdirectory (same name as the library)
45 + I used the mingw32-compiler and gnu make to compile FLTK, If you want to
46   use an other compiler, you are on your own.
48   You will probably have to change the linker-flags in the makefile to
49   get the compilation to succeed.
51 **********************************************
52 $Id$