repo.or.cz
/
gnadelite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid SQLite_Busy error by serialising all calls that can lock database
[gnadelite.git]
/
INSTALL
blob
6dc40784d505d3df459879cd0bce391a63cc62f3
1
2
This is a minimal GNADE version with only the Sqlite3 binding plus an
3
abstraction to be able to support later other databases.
4
5
Dependencies
6
------------
7
8
* Morzhol (git submodules)
9
Some simple helper routines.
10
11
Building
12
--------
13
14
Building Morzhol
15
16
$ git submodule init
17
$ git submodule update
18
19
$ cd external-libs/morzhol
20
$ make
21
$ sudo make install
22
23
Building gnadelite
24
25
$ make
26
$ sudo make install