Changeset 7708 for devtools/firefox_customizer/README
- Timestamp:
- Jul 11, 2018, 8:21:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devtools/firefox_customizer/README
r6465 r7708 1 1 This shell tries to apply the proper customization to the firefox sources. 2 1) creates a mozconfig file with the need configuration for amd64 2 1) creates a mozconfig file with the need configuration for amd64/i686 3 3 2) modifies confvars.sh 4 4 3) modifies the unofficial branding 5 5 6 Use: 7 cd firefox_sources_dir 8 /path/to/script/firefox_customizer.sh [amd64|i686] 6 9 10 After running the shell the firefox can be build with: 11 ./match build && ./match package 12 13 When the build finish remember to copy the files from builddir/obj-firefox-[amd64|i686]/dist/firefoxESR/ to the appropiate svn dir 14
Note: See TracChangeset
for help on using the changeset viewer.