Some more tools are required for compiling sqliteman from source code:
Cmake build system
Qt5
library with its development parts (headers etc.)
(sqliteman
versions before 1.8.1 will build with Qt4)
A C++ compiler and linker. Tested with gcc(g++).
Optional: Qscintilla2 library and its development parts. You can use the built-in QScintilla2 support in the sqliteman sources instead.
Then read the README file in the root directory.