Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Georg Koppen
tor-browser-build
Commits
9dda80f4
Unverified
Commit
9dda80f4
authored
5 years ago
by
Georg Koppen
Browse files
Options
Downloads
Patches
Plain Diff
Bug 29980: Add android-x86 target to README files
parent
32a4f009
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+1
-0
1 addition, 0 deletions
README
README.HACKING
+10
-8
10 additions, 8 deletions
README.HACKING
README.MAKEFILE
+8
-4
8 additions, 4 deletions
README.MAKEFILE
with
19 additions
and
12 deletions
README
+
1
−
0
View file @
9dda80f4
...
...
@@ -81,6 +81,7 @@ name to the makefile target:
$ make nightly-windows-i686
$ make nightly-osx-x86_64
$ make nightly-android-armv7
$ make nightly-android-x86
When you want to quickly do a build to test a change, you can use the
testbuild makefile target, and find the build in the testbuild directory.
...
...
This diff is collapsed.
Click to expand it.
README.HACKING
+
10
−
8
View file @
9dda80f4
...
...
@@ -45,17 +45,17 @@ The targets are usually used to select:
- the platform: torbrowser-linux-x86_64, torbrowser-linux-i686,
torbrowser-windows-i686, torbrowser-windows-x86_64, torbrowser-osx-x86_64,
torbrowser-android-armv7
torbrowser-android-armv7
, torbrowser-android-x86
- the channel: release, nightly, alpha
The targets torbrowser-linux-x86_64, torbrowser-linux-i686,
torbrowser-windows-i686, torbrowser-windows-x86_64, torbrowser-osx-x86_64,
and
torbrowser-android-armv7 are special cases. They do
not contain options
directly, instead they contain a list of other targets. For
instance, the
torbrowser-linux-x86_64 target is pointing to the linux-x86_64 and
linux
targets. You should define an option under the linux target if it applies
to
Linux on both architectures, or under the linux-x86_64 if it only applies to
the
x86_64 architecture.
torbrowser-windows-i686, torbrowser-windows-x86_64, torbrowser-osx-x86_64,
torbrowser-android-armv7
, and torbrowser-android-x86
are special cases. They do
not contain options
directly, instead they contain a list of other targets. For
instance, the
torbrowser-linux-x86_64 target is pointing to the linux-x86_64 and
linux
targets. You should define an option under the linux target if it applies
to
Linux on both architectures, or under the linux-x86_64 if it only applies to
the
x86_64 architecture.
An option that is defined at the root of rbm.conf can be overridden by
an other definition under a target, or inside projects/$project/config.
...
...
@@ -156,6 +156,8 @@ $platform should be one of the following:
- torbrowser-android-armv7
- torbrowser-android-x86
For example, to see tor's build script for linux x86_64 on the alpha
channel, you can use:
...
...
This diff is collapsed.
Click to expand it.
README.MAKEFILE
+
8
−
4
View file @
9dda80f4
...
...
@@ -7,7 +7,8 @@ release
Build Tor Browser for the release channel, for all supported platforms.
The resulting build can be found in directory release/$version.
release-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7}
release-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7,
android-x86}
-----------------------------------------------------------------------
Same as release, for the selected platform only.
...
...
@@ -16,7 +17,8 @@ alpha
Build Tor Browser for the alpha channel, for all supported platforms.
The resulting build can be found in directory alpha/$version.
alpha-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7}
alpha-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7,
android-x86}
---------------------------------------------------------------------
Same as alpha, for the selected platform only.
...
...
@@ -29,7 +31,8 @@ components.
The resulting build can be found in directory nightly/$date
nightly-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7}
nightly-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7,
android-x86}
-----------------------------------------------------------------------
Same as nightly, for the selected platform only.
...
...
@@ -39,7 +42,8 @@ Build Tor Browser for the alpha channel, for all supported platforms.
This is the same as 'make alpha', but the output directory is different.
The resulting build can be found in directory alpha_nightly/$date
alpha_nightly-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7}
alpha_nightly-{linux-x86_64,linux-i686,windows-i686,osx-x86_64,android-armv7,
android-x86}
-----------------------------------------------------------------------------
The same as alpha_nightly, for the selected platform only.
...
...
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