Loading doc/tor-osx-dmg-creation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ file privoxyosx_setup_3.0.6.zip do a configure with these parameters: CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \ --bindir=/Library/Tor --sysconfdir=/Library \ --enable-static --disable-shared --enable-eventdns --enable-static --disable-shared 3) In same top level dir, do a "make dist-osx". There now exists a .dmg file in the same directory. Install from this dmg. Loading doc/tor-rpm-creation.txt +11 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,14 @@ The "target_os" parameter: This parameter controls the target operating system. Normally, this is only "linux". If you wish to build rpms for a non-linux operating system, you can replace "linux" with your operating system. The process used to create the distributed rpms is as follows: Download and Extract the latest tor source code from https://tor.eff.org/. In the Tor directory: ./configure --enable-eventdns --enable-static --disable-shared make dist-rpm You should have at least two, maybe three, rpms. There should be the binary i386.rpm, a src.rpm, and on redhat/centos machines, a debuginfo.rpm. doc/tor-win32-mingw-creation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ Extract Tor: Type "tar zxf latest-tor-alpha.tar.gz" cd tor-<version> Type "./configure --enable-static --disable-shared" Type "./configure --enable-eventdns --enable-static --disable-shared" Type "make" You now have a tor.exe in src/or/. This is Tor. Loading Loading
doc/tor-osx-dmg-creation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ file privoxyosx_setup_3.0.6.zip do a configure with these parameters: CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \ --bindir=/Library/Tor --sysconfdir=/Library \ --enable-static --disable-shared --enable-eventdns --enable-static --disable-shared 3) In same top level dir, do a "make dist-osx". There now exists a .dmg file in the same directory. Install from this dmg. Loading
doc/tor-rpm-creation.txt +11 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,14 @@ The "target_os" parameter: This parameter controls the target operating system. Normally, this is only "linux". If you wish to build rpms for a non-linux operating system, you can replace "linux" with your operating system. The process used to create the distributed rpms is as follows: Download and Extract the latest tor source code from https://tor.eff.org/. In the Tor directory: ./configure --enable-eventdns --enable-static --disable-shared make dist-rpm You should have at least two, maybe three, rpms. There should be the binary i386.rpm, a src.rpm, and on redhat/centos machines, a debuginfo.rpm.
doc/tor-win32-mingw-creation.txt +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ Extract Tor: Type "tar zxf latest-tor-alpha.tar.gz" cd tor-<version> Type "./configure --enable-static --disable-shared" Type "./configure --enable-eventdns --enable-static --disable-shared" Type "make" You now have a tor.exe in src/or/. This is Tor. Loading