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.
 
 
 
 
 
Marek Kotewicz 2424736ffe qt building on mac 10 years ago
..
CMakeLists.txt Merge branch 'build_enhancement' of https://github.com/debris/cpp-ethereum into build_enhancement 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
configure.bat common changes for windows build 10 years ago
cryptopp.cmake cryptopp msbuild 10 years ago
curl.cmake jsonrpc visual studio windows build! 10 years ago
icu.cmake common changes 10 years ago
jom.cmake common changes for windows build 10 years ago
json-rpc-cpp.cmake Merge branch 'build_enhancement' of https://github.com/sveneh/cpp-ethereum into build_enhancement 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
qt.cmake qt building on mac 10 years ago
qt_osx.patch qt building on mac 10 years ago
snappy.cmake leveldb and snappy for apple build 10 years ago
tools.bat common changes for windows 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>