mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fixed Mozilla-Enigmail, Bug 620
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1864 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f9c5675532
commit
b4169fa90a
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>March 4th, 2004 [tushar]: Simplified
|
||||
mozilla-enigmail instructions. See Bug #630.</para></listitem>
|
||||
|
||||
<listitem><para>March 4th, 2004 [igor]: Updated to
|
||||
Qt-3.3.1.</para></listitem>
|
||||
|
||||
|
@ -43,13 +43,9 @@ make</command></userinput></screen>
|
||||
|
||||
<para>If installing Enigmail, execute the following steps:</para>
|
||||
|
||||
<screen><userinput><command>cd extensions/ipc &&
|
||||
./makemake -r &&
|
||||
make &&
|
||||
cd ../enigmail &&
|
||||
./makemake -r &&
|
||||
make &&
|
||||
cd ../..</command></userinput></screen>
|
||||
<screen><userinput><command>build/autoconf/make-makefile extensions/ipc extensions/enigmail &&
|
||||
make -C extensions/ipc &&
|
||||
make -C extensions/enigmail</command></userinput></screen>
|
||||
|
||||
<para>Install <application>Mozilla</application> as follows:</para>
|
||||
|
||||
@ -72,12 +68,8 @@ done</command></userinput></screen>
|
||||
|
||||
<para>Install Enigmail as follows:</para>
|
||||
|
||||
<screen><userinput><command>for i in components/enigmime.xpt \
|
||||
components/ipc.xpt components/libenigmime.so components/enigmail.js \
|
||||
components/enigmail.xpt chrome/enigmail.jar
|
||||
do
|
||||
install dist/bin/$i /usr/lib/mozilla-&mozilla-version;/$i
|
||||
done</command></userinput></screen>
|
||||
<screen><userinput><command>make -C extensions/ipc install &&
|
||||
make -C extensions/enigmail install</command></userinput></screen>
|
||||
|
||||
<para>To enable multi-user operation, execute the following:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user