moxie0 / tortunnel

A partial Onion Proxy implementation that's designed to build single-hop circuits through Tor exit nodes
http://www.thoughtcrime.org/software/tortunnel/
GNU General Public License v3.0
140 stars 39 forks source link

make && make install not working on MacOS El Capitan #13

Open troubleshouting opened 8 years ago

troubleshouting commented 8 years ago

Hi,

When I run make && make install I get this message "./TorProxy.h:33:10: fatal error: 'boost/shared_ptr.hpp' file not found" whereas the hpp file is in /usr/local/include/boost

janusnjanus commented 8 years ago

install Boost on your Mac. similar issue on stackoverflow