distro version fixed

This commit is contained in:
petr 2019-11-28 10:57:19 +01:00
parent e9c4c886f1
commit fa4df67e83

View File

@ -14,7 +14,7 @@ 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 16.04, Lazarus and FreePascal are available in my pesronal repo https://launchpad.net/~ok2cqr/+archive/lazarus
CQRLOG is developed on Ubuntu 18.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.