cqrlog/README.md
Petr Hlozek 0dde50a5e0 Update README.md
updated info about used Lazarus version
2014-06-23 18:32:06 +02:00

24 lines
1.0 KiB
Markdown

What is CQRLOG?
---------------
CQRLOG is an advanced ham radio logger based on MySQL database. Provides radio control
based on hamlib libraries (currently support of 140+ radio types and models), DX cluster
connection, online callbook, a grayliner, internal QSL manager database support and a most
accurate country resolution algorithm based on country tables developed by OK1RR. CQRLOG is
intended for daily general logging of HF, CW & SSB contacts and strongly focused on easy
operation and maintenance. More at http://cqrlog.com/
How to contribute?
-------------------
You have to have Lazarus 1.2.2, fpc 2.6.4 compiler, MySQL server and clinet installed.
CQRLOG is developed on Kubuntu 14.04, Lazarus and FreePascal are available in my pesronal repo https://launchpad.net/~ok2cqr/+archive/lazarus
Compile with make and install with make DESTDIR=/home/yourusername/where_you_want_to_have_it install. If you are
going to change the source code, fork the repo, do the changes, commit them and use Pull request.
Dependencies
-------------
libmysql-dev