You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
519 B
17 lines
519 B
10 years ago
|
# cpp-ethereum external dependencies
|
||
|
|
||
|
**This is Work-in-Progress!**
|
||
|
|
||
|
This directory hosts the external libraries that are needed to build cpp-ethereum.
|
||
|
|
||
|
To automatically download, build, and link libraries, do
|
||
|
```
|
||
|
cd extdep; mkdir build; cd build; cmake ..; make
|
||
|
```
|
||
|
this will take some time.
|
||
|
|
||
|
|
||
|
To check which libraries are already included, check `CMakeLists.txt`. Other libraries still need to be fetched via the system's package manager.
|
||
|
|
||
|
Libraries will be installed in `cpp-ethereum/extdep/install/<platform-name>`
|