update README
[hdata.git] / README
blob905d5a0e757ad2dff8cb9ae764517d497c4716e9
1 hddb: the simple Haskell Document Database 
3 a simple sqlite-powered document tracker for the command-line
5 === Installation ===
7 you will need to install the following BUILD dependencies:
9     * GHC:          http://www.haskell.org/ghc/        
10     * HDBC-Sqlite3: http://hackage.haskell.org/package/HDBC-sqlite3
12 you will need to install the following RUN-TIME dependencies:
14     * Sqlite3:      http://www.sqlite.org
16 to build, simply run:
18     $ make
20 to install, run:
22     # make install
24 alternatively, control the install location with the 'PREFIX' and 'DESTDIR'
25 environment variables (or simply edit the Makefile).
27 Also, configure Config.hs as you wish *before* the build
29 === Using ===
31 After building and installing,
33     $ hddb help
35 also,
37     $ man hddb
39 === Development ===
41 Grab the latest source and report bugs at:
43     https://www.github.com/gagnonlg/hddb
45 Get in touch with the author at:
47     louis.guillaume.gagnon@gmail.com
49 === ===== ===
51 Copyright (C) 2013 Louis-Guillaume Gagnon
53 This program may be freely redistributed under the terms
54 of the GNU General Public License, version 3 or later.
55 For more information, see 'COPYING'