modern computer flatboat
  a viewer for the
portable doucment format
========================

(C) 2012 Frank Fuhlbrück
License GPLv3+ (see LICENSE)

Steps to build modern computer flatboat:
NOT ALL SCRIPTS ARE WELL TESTED AND THEY WRITE TO
THE *PARENT* DIRECTORY OF THIS  DIRECTORY
READ THE SCRIPTS AND MODIFY VARIABLES ACCORDING TO YOUR NEEDS

The build system is assumed to be Linux. Building FOR Mac OS X 
ON Mac OS X works  (tested with Qt from macports on 10.6), just
use the linux scripts.

== 0 == prepare MuPDF/libfitz ==
0.1. Build MuPDF for Linux (done by any prepare*.sh)
0.2. Build MuPDF for Maemo/Android (use the corresponding
     prepare*.sh)

== 1 == 
1.1. Build flatboat using the corresponding build*.sh 
     (in a SUBDIRECTORY  of the PARENT DIRECTORY)
     Maemo: "build-and-scp-maemo.sh user@host" copies the binary
            "build-and-scp-maemo.sh user@host all" copies icons
            and the .desktop file, too. You should do the latter, if
            you install it for the first time.
1.2. - Android apks are located in ./android/bin/
     - Maemo binary is deployed to the N900 if you provided
     the user@host argument on the command line. Run it using
     the menu or type "flatboat" on the command line.

