$Id: README 721 2009-12-10 12:24:00Z zeeb90au $

== Installation from source for FLTK, SDL, N770(GTK) or command line versions ==

> sh autogen.sh

For FLTK version

Download, build and install FLTK, see www.fltk.org.

> ./configure --enable-fltk
> make
> sudo make install

Setup instructions for building FLTK version under cygwin

Update the fltk makeinclude file:
STRIP		= /cygdrive/c/cygwin/bin/strip
LIBCOMMAND	= /cygdrive/c/cygwin/bin/ar cr
RANLIB		= /cygdrive/c/cygwin/bin/ranlib

Download and install cygwin
--> http://www.cygwin.com/

Download and install MingW
--> http://sourceforge.net/projects/mingw/

Setup $HOME/.bash_profile:

--cut-here--
 export PATH="/cygdrive/c/MinGW/bin:/usr/local/bin:/bin:"
 alias make=mingw32-make
--cut-here--

For GTK version
> ./configure --enable-gtk
> make

For N770 version
> ./configure --enable-gtk --enable-hildon
> make deb

For SDL version

Optionally install guichan - see http://guichan.sourceforge.net/wiki/index.php

> ./configure --enable-sdl
> make

For non-graphical console version (cygwin or linux)
> ./configure
> make

== Indent settings ==

-bap 
-br 
-brs
-cdb
-cdw 
-ce 
-cli0
-fca
-i2
-l95
-lc95
-lp
-nbbo
-nbc 
-ncs 
-nip 
-npcs 
-npsl 
-nut
-ppi0
-sc 
