public
Description: A simple fullscreen word processor
Homepage: http://gottcode.org/focuswriter/
Clone URL: git://github.com/gottcode/focuswriter.git
name age message
file .gitignore Thu Oct 23 12:57:29 -0700 2008 Initial import of v1.0.0 [gottcode]
file COPYING Thu Oct 23 12:57:29 -0700 2008 Initial import of v1.0.0 [gottcode]
file ChangeLog Tue Dec 08 17:27:53 -0800 2009 FIXED: Mouse cursor sometimes disappeared when ... [gottcode]
file README Tue Jun 16 16:09:46 -0700 2009 Add spell checking. [gottcode]
file focuswriter.pro Sun Jul 12 06:08:02 -0700 2009 Tag version 1.2.0. [gottcode]
directory hunspell/ Tue Jun 16 16:09:46 -0700 2009 Add spell checking. [gottcode]
directory icons/ Thu Jul 09 08:20:47 -0700 2009 Improved user interface. Add document tabs. St... [gottcode]
file mac_deploy.sh Sun Jul 12 06:08:02 -0700 2009 Tag version 1.2.0. [gottcode]
directory src/ Tue Dec 08 17:27:53 -0800 2009 FIXED: Mouse cursor sometimes disappeared when ... [gottcode]
file windows_deploy.bat Tue Jun 16 16:09:46 -0700 2009 Add spell checking. [gottcode]
README
Installation
============

Open a terminal and browse into the extracted folder.

Linux:
    1.) Type 'qmake' to configure the program. If you would like to install the
        program somewhere other than /usr/local, pass a new value for PREFIX
        during configuration: 'qmake PREFIX=/opt'. If you would like to use the
        included Hunspell instead of the system one, pass the value 'no' for
        USE_SYSTEM_HUNSPELL during configuration: 'qmake USE_SYSTEM_HUNSPELL=no'.

    2.) Type 'make' to compile the program.

    3.) Type 'sudo make install' to install the program.

Mac OS X:
    1.) Type 'qmake -spec macx-g++' to configure the program.

    2.) Type 'make' to compile the program.

    3.) Type './mac_deploy.sh' to create a disk image of the program.

Windows:
    1.) Type 'qmake' to configure the program.

    2.) Type 'make' to compile the program.

    3.) Type 'windows_deploy' to copy the program and its required libraries
        into a subfolder.