How to build Tor from source and install it so you can proxy your web browsers through it.
If you receive the following error,
checking for libevent directory... configure: WARNING: Could not find a linkable libevent. If you have it installed somewhere unusual, you can specify an explicit path using --with-libevent-dir
configure: error: Missing libraries; unable to proceed.
It means that it could not find the program libevent, to fix this you just need to install libevent in the same way you are installing Tor, then go through the steps with Tor again. To install libevent:
- Download the newest source from http://libevent.org/
- Extract it just like you extracted Tor, then change to the extracted directory
- Type: ./configure && make
- Type: sudo make install
If you are getting no compiler found errors, or when trying to install libevent, if you get an openssl error, try typing this in terminal
(This should fix an errors related to missing the /urs/include directory in OS X 10.11)
xcode-select --installand install the command line tools by clicking install on the prompt.
(This should fix an errors related to missing the /urs/include directory in OS X 10.11)
Have a video request? Let me know: https://www.youtube.com/user/GarrettFogerlie/discussion