summaryrefslogtreecommitdiff
path: root/doc/tor-rpm-creation.txt
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-06-12 10:44:00 +0000
committerRoger Dingledine <arma@torproject.org>2006-06-12 10:44:00 +0000
commitd90d4b4c9061d0e16f354d8b64cf54b750752e00 (patch)
treee54ddfcdaea0d200d756cedb9ccca978e43c04fe /doc/tor-rpm-creation.txt
parentcbc4cd93ac6df3a851675bef0835a7bb52deec1c (diff)
downloadtor-d90d4b4c9061d0e16f354d8b64cf54b750752e00.tar.gz
tor-d90d4b4c9061d0e16f354d8b64cf54b750752e00.zip
typo, whitespace, and a clarification
svn:r6605
Diffstat (limited to 'doc/tor-rpm-creation.txt')
-rw-r--r--doc/tor-rpm-creation.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/tor-rpm-creation.txt b/doc/tor-rpm-creation.txt
index 9af2556b79..8f6f69d195 100644
--- a/doc/tor-rpm-creation.txt
+++ b/doc/tor-rpm-creation.txt
@@ -1,13 +1,13 @@
-These are instructions for building Tor binaries in the rpm format on
+These are instructions for building Tor binaries in the rpm format on
various cpu architectures and operating systems. Each rpm will require
-glibc on the target system. It is believed that any rpm-based linux
-distribution should have semi-current glibc installed by default.
-If you run into a distribution that does not work with glibc, or does
-not contain it, please let us know the details.
+glibc on the target system. It is believed that any rpm-based linux
+distribution should have semi-current glibc installed by default.
+If you run into a distribution that does not work with glibc, or does
+not contain it, please let us know the details.
These are the exact same steps used to build the official rpms of Tor.
-If you wish to further tune Tor binaries in rpm format beyond this list,
+If you wish to further tune Tor binaries in rpm format beyond this list,
see the GCC doc page for further options:
http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/
@@ -26,11 +26,11 @@ this:
The three parameters: target, target_cpu, and target_os are used
throughout the "make dist-rpm" process. They control the parameters
-passed to "configure" and the final tuning of the binaries produced.
+passed to "configure" and the final tuning of the binaries produced.
The default settings, as shown above, create binaries for the widest
range of Intel x86 or compatible architectures.
-The paramters can be set as follows:
+The parameters can be set as follows:
The "target" parameter:
This should be "gnu", "redhat", or the short name of your linux distribution.