mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Various corrections to the GNOME2 instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6195 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
67934af128
commit
9761bea4f9
@ -107,8 +107,8 @@ make -C man install-man</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
||||
ORBit-2.0`/lib/gnome-applets</parameter>: This switch puts libexec files
|
||||
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
||||
ORBit-2.0)/lib/gnome-applets</parameter>: This switch puts libexec files
|
||||
in <filename class="directory">$GNOME_PREFIX/lib/gnome-applets</filename>
|
||||
instead of
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-doc-utils-download-http "&gnome-download-http;/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-doc-utils-download-ftp "&gnome-download-ftp;/gnome-doc-utils/0.4/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-doc-utils-download-http "&gnome-download-http;/gnome-doc-utils/0.6/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-doc-utils-download-ftp "&gnome-download-ftp;/gnome-doc-utils/0.6/gnome-doc-utils-&gnome-doc-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-doc-utils-md5sum "c706b807b15e07e58561f903c0f20c26">
|
||||
<!ENTITY gnome-doc-utils-size "384 KB">
|
||||
<!ENTITY gnome-doc-utils-buildsize "9.0 MB">
|
||||
@ -90,8 +90,7 @@
|
||||
<para>Install <application>GNOME Doc Utils</application>
|
||||
by running the following commands:</para>
|
||||
|
||||
<screen><userinput>
|
||||
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--mandir=$(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/share/man &&
|
||||
make</userinput></screen>
|
||||
|
@ -99,9 +99,11 @@ make</userinput></screen>
|
||||
have <application>Python</application> installed, create some symbolic
|
||||
links as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/GMenuSimpleEditor \
|
||||
<screen role="root"><userinput>ln -v -s $(pkg-config --variable=prefix \
|
||||
ORBit-2.0)/lib/python2.4/site-packages/GMenuSimpleEditor \
|
||||
/usr/lib/python2.4/site-packages &&
|
||||
ln -v -s $GNOME_PREFIX/lib/python2.4/site-packages/gmenu.* \
|
||||
ln -v -s $(pkg-config --variable=prefix \
|
||||
ORBit-2.0)/lib/python2.4/site-packages/gmenu.* \
|
||||
/usr/lib/python2.4/site-packages</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -99,8 +99,8 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--libexecdir=`pkg-config --variable=prefix
|
||||
ORBit-2.0`/lib/gnome-panel</parameter>: This switch puts libexec files in
|
||||
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
||||
ORBit-2.0)/lib/gnome-panel</parameter>: This switch puts libexec files in
|
||||
<filename class="directory">$GNOME_PREFIX/lib/gnome-panel</filename>
|
||||
instead of
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
@ -74,7 +74,7 @@
|
||||
<para>Install <application>libbonoboui</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
@ -92,8 +92,9 @@ make</userinput></screen>
|
||||
the following symbolic link as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/lib/gtk-2.0/2.4.0/filesystems \
|
||||
/usr/lib/gtk-2.0/2.4.0</userinput></screen>
|
||||
<screen role="root"><userinput>ln -v -s $(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/lib/gtk-2.0/2.4.0/filesystems \
|
||||
/usr/lib/gtk-2.0/2.4.0</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -94,9 +94,10 @@ make</userinput></screen>
|
||||
them using the following commands as the <systemitem
|
||||
class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>install -v -m755 -d $GNOME_PREFIX/lib/libgtop/examples &&
|
||||
<screen role="root"><userinput>install -v -m755 -d $(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/lib/libgtop/examples &&
|
||||
install -v -m755 examples/.libs/* \
|
||||
$GNOME_PREFIX/lib/libgtop/examples</userinput></screen>
|
||||
$(pkg-config --variable=prefix ORBit-2.0)/lib/libgtop/examples</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -24,11 +24,25 @@
|
||||
<para>If you want to try-out <application>GNOME</application>, or install
|
||||
it in an easy-to-remove location:</para>
|
||||
|
||||
<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
|
||||
<note>
|
||||
<para>You may wish to create a symbolic link to the actual versioned
|
||||
directory using a non-versioned name. This has the advantage of an easier
|
||||
path to type in all the changes below and also makes it easy to point
|
||||
to a different/newer version of GNOME without changing all the edits
|
||||
below. If you wish to use a non-versioned name in the changes below,
|
||||
issue the following commands as the
|
||||
<systemitem class='username'>root</systemitem> user:</para>
|
||||
|
||||
<para>Remember to execute <command>ldconfig</command> as the
|
||||
<systemitem class='username'>root</systemitem> user after installation of
|
||||
libraries to update the linker's library cache.</para>
|
||||
<screen role='root'><userinput>install -v -m755 -d /opt/gnome-&gnome-version;&gnome-minor-version; &&
|
||||
ln -v -s gnome-&gnome-version;&gnome-minor-version; /opt/gnome</userinput></screen>
|
||||
</note>
|
||||
|
||||
<para>If you created the symbolic link, change all instances of <filename
|
||||
class='directory'>/opt/gnome-&gnome-version;&gnome-minor-version;</filename>
|
||||
to <filename class='directory'>/opt/gnome</filename> in the instructions
|
||||
below.</para>
|
||||
|
||||
<screen><userinput>export GNOME_PREFIX=/opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
|
||||
|
||||
<para>The try-out group will also need to make all the following
|
||||
configuration changes:</para>
|
||||
@ -59,4 +73,10 @@ MANDATORY_MANPATH /opt/gnome-&gnome-version;&gnome-minor-version;/share/man
|
||||
# End gnome addition to man_db.conf</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
<tip>
|
||||
<para>Remember to execute <command>ldconfig</command> as the
|
||||
<systemitem class='username'>root</systemitem> user after installation of
|
||||
libraries to update the linker's library cache.</para>
|
||||
</tip>
|
||||
|
||||
</sect1>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY vte-download-http "&gnome-download-http;/vte/0.11/vte-&vte-version;.tar.bz2">
|
||||
<!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.11/vte-&vte-version;.tar.bz2">
|
||||
<!ENTITY vte-download-http "&gnome-download-http;/vte/0.12/vte-&vte-version;.tar.bz2">
|
||||
<!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.12/vte-&vte-version;.tar.bz2">
|
||||
<!ENTITY vte-md5sum "7cb1bd6ca528bc4db5ec685549fd3eb1">
|
||||
<!ENTITY vte-size "974 KB">
|
||||
<!ENTITY vte-buildsize "25.3 MB">
|
||||
|
@ -30,9 +30,10 @@
|
||||
install using <option>--prefix=/usr</option>. If you are not sure that you
|
||||
are going to keep the GNOME installation, or you think you will update to the
|
||||
newest releases as they become available, you should install with
|
||||
<option>--prefix=/opt/gnome-&gnome-version;</option>. Setting the environment
|
||||
variable and the additional edits required by the second option are covered
|
||||
in the Pre-Installation Configuration section.</para>
|
||||
<option>--prefix=/opt/gnome-&gnome-version;&gnome-minor-version;</option>.
|
||||
Setting the environment variable and the additional edits required by the
|
||||
second option are covered in the Pre-Installation Configuration
|
||||
section.</para>
|
||||
|
||||
<para>If you choose the second option, removal of
|
||||
GNOME-&gnome-version;&gnome-minor-version; is as easy as removing the edits
|
||||
@ -40,7 +41,7 @@
|
||||
need to become the <systemitem class='username'>root</systemitem>
|
||||
user):</para>
|
||||
|
||||
<screen role="root"><userinput>rm -rf /opt/gnome-&gnome-version;</userinput></screen>
|
||||
<screen role="root"><userinput>rm -rf /opt/gnome-&gnome-version;&gnome-minor-version;</userinput></screen>
|
||||
|
||||
<para>If your system was completely built per LFS and BLFS instructions,
|
||||
you have a very good chance of using
|
||||
@ -83,7 +84,7 @@ make</userinput></screen>
|
||||
a significant project. Some may find it too tedious or time-consuming to
|
||||
perform a full installation following the BLFS book. You may wish to review
|
||||
the automated methods mentioned in the
|
||||
GNOME-&gnome-version;&gnome-minor-version; <ulink
|
||||
GNOME-&gnome-version; <ulink
|
||||
url="http://www.gnome.org/start/2.14/notes/en/rninstallation.html">Release
|
||||
Notes</ulink>. Note that using any other method to install
|
||||
GNOME-&gnome-version;&gnome-minor-version; other than using the BLFS
|
||||
|
Loading…
Reference in New Issue
Block a user