mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
typo
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9185 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7133ec27d7
commit
38216f265a
@ -119,8 +119,9 @@
|
||||
<command>./configure --help</command>. You should review the entire file
|
||||
and comment or uncomment options as necessary.</para>
|
||||
|
||||
<screen><?dbfo keep-together="auto"?><userinput>patch -p1 < ../xulrunner-&xulrunner-version;-libpng-1.5-1.patch &&cat > mozconfig << "EOF"
|
||||
<literal># If you have a multicore machine you can speed up the build by running
|
||||
<screen><?dbfo keep-together="auto"?><userinput>patch -p1 < ../xulrunner-&xulrunner-version;-libpng-1.5-1.patch &&
|
||||
cat > mozconfig << "EOF"
|
||||
# If you have a multicore machine you can speed up the build by running
|
||||
# several jobs at once, but if you have a single core, delete this line:
|
||||
mk_add_options MOZ_MAKE_FLAGS="-j4"
|
||||
|
||||
@ -160,7 +161,7 @@ ac_add_options --disable-debug
|
||||
ac_add_options --disable-crashreporter
|
||||
ac_add_options --disable-installer
|
||||
ac_add_options --disable-updater
|
||||
ac_add_options --disable-tests</literal>
|
||||
ac_add_options --disable-tests
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>Install <application>Xulrunner</application> by issuing the
|
||||
|
Loading…
Reference in New Issue
Block a user