Update README.md
This commit is contained in:
parent
aa525180f7
commit
71277f3ada
12
README.md
12
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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user