From 71277f3ada02212849e0a9aa2158006821fb41b2 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Sat, 2 Sep 2023 09:26:37 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7e3690adb..9a0ebc509 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,18 @@ flo-tx - FLO transactions 4. For more details view the readme file in the extracted directory +### Compiling on Linux OS Server +1. Go to **flo** directory, and execute + + `cd depends/` + `make x86_64-linux-gnu` + `cd .. + ./autogen.sh + ./configure --prefix=`pwd`/depends/make x86_64-linux-gnu + make` + + + ### For creating Pre-compiled executable binary files from source code : The dependencies for creating pre-compiled binaries are present in **depends/** directory.