INSTALLATION ============ 1) If you are using UNIX, you need to compile FISG. See COMPILATION below. 2) Copy FISG binary executable into some place where you want to run it. 3) See users.cfg and example.cfg for examples on configurations. 4) Run FISG, see README and FAQ for examples. COMPILATION =========== You will need at least the following: - C-compiler that can compile ANSI-C standard compliant code. - GNU Make (gmake) If your installations native CC does not compile FISG, you may try to patch it or use GCC (GNU Compiler Collection) instead. GCC is highly recommended. 1) Untar the package, go to src/ 2) Edit Makefile (if necessary), for example if you are not using GCC. 3) 'gmake' (if you don't have GNU Make, get it or fix Makefile) If it does not compile, try to fix it yourself. You can also make a report on FISG's bugtracker, see README for details. Please notice, however, that I do not have access to every obscure UNIX- or non-UNIX platform in existence, so I might not be able to work on your problem. Patches are accepted, if they do not break compatibility.