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.
 
 
 
 
 
debris e29befcb96 cryptopp msbuild 10 years ago
..
CMakeLists.txt cryptopp msbuild 10 years ago
FindCURL.cmake WIP: Cryptopp and json-rpc-cpp correctly downloading and compiling on 10 years ago
Readme.md cleanup, Readme 10 years ago
cryptopp.cmake cryptopp msbuild 10 years ago
curl.cmake Fixed issues caused by downgrading json-rpc-cpp to 0.2.1 10 years ago
json-rpc-cpp.cmake changed the source repository for libjson-rpc-cpp AGAIN, as the forked one did not build on 10 years ago
miniupnpc.cmake miniupnpc mac build 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>