cqrlog/README.md

26 lines
1.1 KiB
Markdown
Raw Normal View History

2013-03-15 20:28:43 +00:00
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 https://www.cqrlog.com/
2013-03-15 20:28:43 +00:00
![Image of CQRLOG](https://cqrlog.com/images/users/ok2cqr.png)
2013-03-15 20:28:43 +00:00
How to contribute?
-------------------
You have to have Lazarus 1.6.4, fpc 3.0.2 compiler, MySQL server and clinet installed.
2016-10-26 19:59:43 +00:00
CQRLOG is developed on Ubuntu 16.04, Lazarus and FreePascal are available in my pesronal repo https://launchpad.net/~ok2cqr/+archive/lazarus
2013-03-15 21:58:17 +00:00
Compile with make and install with make DESTDIR=/home/yourusername/where_you_want_to_have_it install. If you are
2013-03-15 20:28:43 +00:00
going to change the source code, fork the repo, do the changes, commit them and use Pull request.
Dependencies
-------------
libmysql-dev