Skip to content

Instantly share code, notes, and snippets.

@alexbosworth
Last active October 17, 2020 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexbosworth/41f1cce25e2d376b3252215494e92349 to your computer and use it in GitHub Desktop.
Save alexbosworth/41f1cce25e2d376b3252215494e92349 to your computer and use it in GitHub Desktop.

Build and Install Tor

# Install build tools
sudo apt-get install git build-essential automake libevent-dev libssl-dev pkg-config zlib1g-dev libzstd-dev

# Clone Tor
git clone https://git.torproject.org/tor.git

# Enter Tor dir
cd tor

# Configure
./autogen.sh
./configure --disable-asciidoc
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment