Fix the way memory is freed in Check_Result.
[gnadelite.git] / INSTALL
blob6dc40784d505d3df459879cd0bce391a63cc62f3
2 This is a minimal GNADE version with only the Sqlite3 binding plus an
3 abstraction to be able to support later other databases.
5 Dependencies
6 ------------
8    * Morzhol (git submodules)
9      Some simple helper routines.
11 Building
12 --------
14 Building Morzhol
16    $ git submodule init
17    $ git submodule update
19    $ cd external-libs/morzhol
20    $ make
21    $ sudo make install
23 Building gnadelite
25    $ make
26    $ sudo make install