Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
742b823f
Commit
742b823f
authored
16 years ago
by
Andrew Lewman
Browse files
Options
Downloads
Patches
Plain Diff
Clean up the rpm creation steps.
svn:r18325
parent
a692ed55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tor-rpm-creation.txt
+11
-16
11 additions, 16 deletions
doc/tor-rpm-creation.txt
with
11 additions
and
16 deletions
doc/tor-rpm-creation.txt
+
11
−
16
View file @
742b823f
## Instructions for building the official rpms.
##
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.
##
The process used to create the official rpms is as follows:
These are the exact steps used to build the official rpms of Tor.
Download and Extract the latest tor source code from https://www.torproject.org/.
In the resulting directory:
./configure
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.
## Optional customization
##
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/
...
...
@@ -54,13 +57,5 @@ 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://www.torproject.org/.
In the Tor directory:
./configure
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment