Didn't find this posted previously so thought I would post in case anyone was wondering, Sqliteman compiles no problem on Raspbian. If you aren't familiar with Sqliteman it is a really nice GUI for SQLite databases.
Code: Select all
sudo apt-get install build-essential checkinstall cmake sqlite3 qt4-dev-tools libqscintilla2-dev
cmake .
make
sudo checkinstall
If you are used to running "make install" give checkinstall a go. It will create a deb file of the install so to uninstall in the future you can run apt-get remove. I may have other dependencies already installed, if you have any problems post the output and I'll see if I can help. I think it took about 45 minutes to run.