Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 840 Bytes

File metadata and controls

3 lines (3 loc) · 840 Bytes
  • 基于自带的boost以及openssl库编译bitcoin
    • LD_LIBRARY_PATH=/home/magicminglee/bitcoin/boost/lib:/home/magicminglee/game_dev/External/openssl/lib BOOST_CPPFLAGS=-I/home/magicminglee/bitcoin/boost/include/ PKG_CONFIG_PATH=/home/magicminglee/game_dev/External/openssl/lib/pkgconfig:/home/magicminglee/game_dev/External/libevent/lib/pkgconfig ./configure --disable-wallet --with-boost-libdir=/home/magicminglee/bitcoin/boost/lib
    • LD_LIBRARY_PATH=/home/appuser/bitcoin/3party/boost/lib:/home/appuser/bitcoin/3party/openssl/lib BOOST_CPPFLAGS=-I/home/appuser/bitcoin/3party/boost/include/ PKG_CONFIG_PATH=/home/appuser/bitcoin/3party/openssl/lib/pkgconfig:/home/appuser/bitcoin/3party/libevent/lib/pkgconfig ./configure --disable-wallet --with-boost-libdir=/home/appuser/bitcoin/3party/boost/lib --prefix=/home/appuser/bitcoin