Update README.md
This commit is contained in:
parent
71277f3ada
commit
0a9c06b7e3
37
README.md
37
README.md
@ -22,18 +22,37 @@ 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
|
||||
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`
|
||||
|
||||
|
||||
cd depends/
|
||||
|
||||
### For creating Pre-compiled executable binary files from source code :
|
||||
make HOST=x86_64-linux-gnu
|
||||
|
||||
cd ..
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure --prefix=`pwd`/depends/x86_64-linux-gnu
|
||||
|
||||
make
|
||||
|
||||
For PCs on Linux, and execute
|
||||
|
||||
|
||||
cd depends/
|
||||
|
||||
make HOST=x86_64-pc-linux-gnu
|
||||
|
||||
cd ..
|
||||
|
||||
./autogen.sh
|
||||
|
||||
./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu
|
||||
|
||||
make
|
||||
|
||||
### Details: For creating Pre-compiled executable binary files from source code :
|
||||
The dependencies for creating pre-compiled binaries are present in **depends/** directory.
|
||||
|
||||
cd depends/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user