dev tools versions updated

This commit is contained in:
Petr Hlozek 2021-01-16 09:17:56 +01:00
parent 7091e4843f
commit 736d5c7a13

View File

@ -13,8 +13,8 @@ operation and maintenance. More at https://www.cqrlog.com/
How to contribute?
-------------------
You have to have Lazarus 1.8, fpc 3.0.4 compiler, MySQL server and clinet installed.
CQRLOG is developed on Ubuntu 18.04, Lazarus and FreePascal are available in my pesronal repo https://launchpad.net/~ok2cqr/+archive/lazarus
You have to have Lazarus 2.0.6, fpc 3.0.4 compiler, MySQL server and clinet installed.
CQRLOG is developed on Ubuntu 20.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.