mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-31 09:14:56 +00:00
update readme
This commit is contained in:
parent
93c3073062
commit
9442b3e16d
16
README.md
16
README.md
@ -31,13 +31,15 @@ Visit [awesome-kevacoin](https://github.com/kvazar-network/awesome-kevacoin) to
|
|||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
1. `git clone https://github.com/kvazar-network/kevacoin.git`
|
```
|
||||||
2. `cd kevacoin`
|
git clone https://github.com/kvazar-network/kevacoin.git
|
||||||
3. `./contrib/install_db4.sh `pwd``
|
cd kevacoin`
|
||||||
4. `export BDB_PREFIX='/given/path/to/db4'`
|
./contrib/install_db4.sh `pwd`
|
||||||
5. `./autogen.sh`
|
export BDB_PREFIX='/given/path/to/db4'
|
||||||
6. `./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include"`
|
./autogen.sh
|
||||||
7. `make`
|
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include"
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user