Skip to content

Instantly share code, notes, and snippets.

@tdruiva
Created August 27, 2015 21:30
Show Gist options
  • Save tdruiva/22d6c3b1b5d1b83578f8 to your computer and use it in GitHub Desktop.
Save tdruiva/22d6c3b1b5d1b83578f8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Tor dependencies
sudo dnf install openssl openssl-devel libevent libevent-devel automake lcov asciidoc
git clone https://github.com/twstrike/tor.git
cd tor
./autogen.sh
./configure --enable-coverage
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment