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.
 
 
 
 
 
ethdev zug 09a9e5c231 getstuff.bat, fixed #1621 10 years ago
..
cmake changed structure of extdep 10 years ago
compile removed duplicated, unused file 10 years ago
scripts fixed json-rpc-cpp install step 10 years ago
CMakeLists.txt updated versions of dependencies 10 years ago
Readme.md cleanup, Readme 10 years ago
eth_download.cmake leveldb precompiled dylib is working! 10 years ago
getstuff.bat getstuff.bat, fixed #1621 10 years ago
miniupnpc.cmake fixed styling issues 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>