Update README.md

This commit is contained in:
tripathyr 2023-09-02 09:26:37 +05:30 committed by GitHub
parent aa525180f7
commit 71277f3ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.