Skip to content
hanzz edited this page Aug 20, 2011 · 3 revisions
git clone git://github.com/hanzz/hamlog.git
cmake . -DCMAKE_BUILD_TYPE=Debug
make

Then you can start server:

cd server
./hamlog_server server.cfg

Start client, register account and connect it:

cd ui/qt
./hamlog_qt

You can then add/modify/delete records.

That's all so far :), more fun is coming!

Clone this wiki locally