update README
[hdata.git] / git / README
blobc771ee7faaac5a225c5649e2c69692a5ab838a4a
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 Stable releases can be found at:
47     https://sites.google.com/site/hddbstable/
49 Get in touch with the author at:
51     louis.guillaume.gagnon@gmail.com
53 === ===== ===
55 Copyright (C) 2013 Louis-Guillaume Gagnon
57 This program may be freely redistributed under the terms
58 of the GNU General Public License, version 3 or later.
59 For more information, see 'COPYING'