From 6c68ebe63c28c34d7fb4f8d30281e413c303c71e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 9 Jan 2019 13:21:11 +0000 Subject: [PATCH] Updated the README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8084602..0b4ce90 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ QuickHash Compiling the Project --------------------- -Binaries for Windows, Linux and Apple macOS are available from http://quickhash-gui.org. -But if you need or want to compile yourself, then first clone the source code: `git clone https://github.com/tedsmith/quickhash.git` +Pre-compiled binaries for Windows, Linux and Apple macOS are available from http://quickhash-gui.org. -There is an LPR file that is the Lazarus Project File. So you need the Lazarus IDE and Freepascal Compiler (fpc v3.0.2 and Lazarus v1.6.4, not any version above) for your chosen platform, available from www.lazarus-ide.org. +If you need, or want, to compile it yourself, then first clone the source code using git : `git clone https://github.com/tedsmith/quickhash.git` + +There is an LPR file that is the Lazarus Project File. So you need the Lazarus IDE and Freepascal Compiler (fpc v3.0.4 and Lazarus v1.8.4 or above) for your chosen platform, available from www.lazarus-ide.org. After installation of Lazarus and Freepascal, you need to set some things up.