README

DESCRIPTION:
DaemonFS is a real time file watcher.

LICENSE:
DaemonFS is released under the GNU General Public License version 3.
DaemonFS uses icons provided by the Crystal Project created by Everaldo Coelho <www.everaldo.com>
and released under the LGPL.

CONTRIBUTE:
Feel free to contribute! We need more developers, translators, designers and packagers.
Join: https://launchpad.net/deamonfs

COMPILE INSTRUCTIONS:

1. Linux/Other
2. Mac OS X
3. Windows
_____________________________________________________________________________

Linux/Other:

compile:
    qmake
    make
    
run:
    ./DaemonFS

_____________________________________________________________________________

Mac OS X:

compile:
    qmake -spec macx-g++
    make
    
run:
    open ./DaemonFS.app

_____________________________________________________________________________

Windows:

compile:
    qmake
    make
    
run:
    daemonfs.exe
_____________________________________________________________________________

