diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-07-14 02:32:19 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-07-14 02:32:19 +0000 |
commit | 76c5fbfe2812508a583a711603c2f1a752ac8441 (patch) | |
tree | 959796020cb1156d8a283c46de4138889da853e0 /doc/tor-rpm-creation.txt | |
parent | db8670f58a2baad66a5fc8029cfaaeffe8abc3c5 (diff) | |
download | tor-76c5fbfe2812508a583a711603c2f1a752ac8441.tar.gz tor-76c5fbfe2812508a583a711603c2f1a752ac8441.zip |
eventdns seems to run fine on osx, rpm-based linuxes, and win32.
Include it in the build instructions.
svn:r10826
Diffstat (limited to 'doc/tor-rpm-creation.txt')
-rw-r--r-- | doc/tor-rpm-creation.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tor-rpm-creation.txt b/doc/tor-rpm-creation.txt index 9597cca5f6..aa26013412 100644 --- a/doc/tor-rpm-creation.txt +++ b/doc/tor-rpm-creation.txt @@ -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. + |