Monday, March 5, 2018

how to build tor from source

$ hostnamectl
   Static hostname:
         Icon name: computer-vm
           Chassis: vm
        Machine ID:
           Boot ID:
    Virtualization: oracle
  Operating System: Ubuntu 16.04.3 LTS
            Kernel: Linux 4.13.0-32-generic
      Architecture: x86-64

tar zxvf tor-0.3.2.10.tar.gz


sudo apt-get install libevent-dev
sudo apt-get install libssl-dev
sudo bash ./configure
sudo make

No comments:

Post a Comment