|
@@ -71,20 +71,16 @@ EOF</userinput></screen>
|
|
--disable-static \
|
|
--disable-static \
|
|
--config-cache</userinput></screen>
|
|
--config-cache</userinput></screen>
|
|
|
|
|
|
-<!-- Seems to be unneeded - but leave as a comment for a while
|
|
|
|
-
|
|
|
|
- - -disable-gudev \
|
|
|
|
- - -enable-split-usr \
|
|
|
|
- - -enable-hwdb \
|
|
|
|
- - -disable-introspection \
|
|
|
|
- - -disable-gtk-doc-html</userinput></screen>
|
|
|
|
-
|
|
|
|
--->
|
|
|
|
-
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
<screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
|
|
<screen><userinput remap="make">LIBRARY_PATH=/tools/lib make</userinput></screen>
|
|
|
|
|
|
|
|
+<note><para>The LIBRARY_PATH variable here and the LD_LIBRARY_PATH variable
|
|
|
|
+below are needed to allow the use of libraries that were installed in /tools,
|
|
|
|
+but have not yet been installed in the main system. LIBRARY_PATH is
|
|
|
|
+used to find libraries during the linking process. LD_LIBRARY_PATH is
|
|
|
|
+used to find libraries during program execution.</para></note>
|
|
|
|
+
|
|
<para>Create some directories now that are needed for tests, but
|
|
<para>Create some directories now that are needed for tests, but
|
|
will also be used as a part of installation:</para>
|
|
will also be used as a part of installation:</para>
|
|
|
|
|