diff options
Diffstat (limited to 'chapter06/eudev.xml')
-rw-r--r-- | chapter06/eudev.xml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 0c6032a64..28d85f2c3 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -71,20 +71,16 @@ EOF</userinput></screen> --disable-static \ --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> <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 will also be used as a part of installation:</para> |