From 31c69b6ca1b91e7fd9fd8e14082fd2584c5f538c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 24 May 2020 16:48:22 +0200 Subject: first public release Signed-off-by: Toni Uhlig --- INSTALL | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..6fefbd2 --- /dev/null +++ b/INSTALL @@ -0,0 +1,28 @@ +You need the following dependencies to run `makedeps.sh` successfully: + required: coreutils, wget, tar, gzip, bzip2, patch, cmake, make, + binutils, gcc, g++, autoconf, automake, flex, bison, texinfo, zlib + + Host TOR (HiddenService): + libevent, openssl + + Mingw TOR (LibTor): + perl + +On debian you can install them with: + `sudo apt-get install coreutils wget tar gzip bzip2 patch cmake make binutils gcc g++ autoconf automake flex bison texinfo libz-dev` + + Host TOR (HiddenService): + `sudo apt-get install libevent-dev libssl-dev` + + Mingw TOR (LibTor): + `sudo apt-get install perl` + +On archlinux: + `sudo pacman -Syu coreutils wget tar gzip bzip2 patch cmake make binutils gcc g++ autoconf automake flex bison texinfo zlib` + + Host TOR (HiddenService): + `sudo pacman -Syu libevent openssl` + + Mingw TOR (LibTor): + `sudo pacman -Syu perl` + -- cgit v1.2.3