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.
caktux
f971a7147d
|
10 years ago | |
---|---|---|
.. | ||
cmake | 10 years ago | |
compile | 10 years ago | |
scripts | 10 years ago | |
CMakeLists.txt | 10 years ago | |
Readme.md | 10 years ago | |
eth_download.cmake | 10 years ago | |
miniupnpc.cmake | 10 years ago |
Readme.md
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>