Browse Source

Merge pull request #37 from toyg/osx_build_fix

explicit paths in LDFLAGS and CPPFLAGS
miguelfreitas
miguelfreitas 11 years ago
parent
commit
18cd530e03
  1. 2
      doc/build-osx.md

2
doc/build-osx.md

@ -71,6 +71,8 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH: @@ -71,6 +71,8 @@ Instead, it's enough to make sure the right openssl binary is on your $PATH:
export BOOST_INCLUDE_PATH=/usr/local/opt/boost/include
export BOOST_LIB_PATH=/usr/local/opt/boost/lib
export BOOST_LIB_SUFFIX=-mt
export LDFLAGS="-L$OPENSSL_LIB_PATH -L$BDB_LIB_PATH -L$BOOST_LIB_PATH"
export CPPFLAGS="-I$OPENSSL_INCLUDE_PATH -I$BDB_INCLUDE_PATH -I$BOOST_INCLUDE_PATH"
3. Build libtorrent

Loading…
Cancel
Save