ccde66f5d85286ff158fb776c237a426635c0376
HDB
Build
Build dependencies
- GNU/Linux (can be determined using 'uname -o')
- _POSIX_C_Source >= 200112L
- GCC
- libsqlite3
Runtime dependencies
- glibc
- libsqlite3
Building
Firstly make sure you have cloned the repository to your system.
This project ships with a Makefile which can be used for compiling a debug version or a release version.
The debug version is made using '-ggdb', so if you use a debugger other than GDB, you will need to modify the Makefile
By default it compiles the debug version. To compile the build version, you can run the following command in a terminal.
make release
Languages
C
97.4%
Makefile
1.9%
Shell
0.7%