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 859cbb451d leveldb on windows 10 years ago
..
CMakeLists.txt leveldb on windows 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
argtable2.cmake jsonrpc visual studio windows build! 10 years ago
cryptopp.cmake cryptopp msbuild 10 years ago
curl.cmake jsonrpc visual studio windows build! 10 years ago
json-rpc-cpp.cmake json-rpc-cpp improved config method 10 years ago
jsoncpp.cmake argtable && jsoncpp msbuild 10 years ago
leveldb.cmake leveldb on windows 10 years ago
leveldb_osx.patch leveldb and snappy for apple build 10 years ago
miniupnpc.cmake miniupnpc mac build 10 years ago
snappy.cmake leveldb and snappy for apple 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>