From 65498331d574565423a9f3f9db58e81aca16674c Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sun, 27 Mar 2005 15:33:50 +0000 Subject: [PATCH] Updated build entities and added indexing tags to GLib and Doxygen git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3591 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 2 +- general/genlib/glib.xml | 56 ++++++++++++++++++++++++++++++---------- general/prog/doxygen.xml | 13 ++++++---- 3 files changed, 51 insertions(+), 20 deletions(-) diff --git a/general.ent b/general.ent index 63e615862c..4496eb8e04 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + diff --git a/general/genlib/glib.xml b/general/genlib/glib.xml index 6a11b71cbf..dc2826adff 100644 --- a/general/genlib/glib.xml +++ b/general/genlib/glib.xml @@ -8,8 +8,8 @@ - - + + ]> @@ -19,6 +19,8 @@ GLib-&GLib-version; + +GLib-1 Introduction to <application>GLib</application> @@ -44,8 +46,7 @@ loop, threads, dynamic loading, and an object system. Additional downloads -Required Patch (when using -GCC-3.4.x): Required Patch: @@ -59,8 +60,11 @@ commands: patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch && ./configure --prefix=/usr && -make && -make install && +make + +Now, as the root user: + +make install && chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10 @@ -68,17 +72,41 @@ chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10 Contents -The glib package contains -libglib-1.2 libraries. + +Installed Programs +Installed Libraries +Installed Directories - + +glib-config +libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a] +/usr/include/glib-1.2 and /usr/lib/glib + + -Description + +Short Descriptions + -GLib libraries -GLib libraries contain a low-level core -library for the GIMP -Toolkit. + +glib-config +is a tool that is used by configure scripts +to determine the compiler and linker flags that should be used to compile and +link programs that use GLib. + +glib-config + + + + +libglib.[so,a] +libraries contain a low-level core library for the +GIMP Toolkit. + +libglib.[so,a] + + + diff --git a/general/prog/doxygen.xml b/general/prog/doxygen.xml index a89801e40f..cd7db1a7b7 100644 --- a/general/prog/doxygen.xml +++ b/general/prog/doxygen.xml @@ -8,8 +8,8 @@ - - + doxywizard)"> + doxywizard)"> ]> @@ -89,10 +89,10 @@ following commands for the make install command above: make docs && make pdf && -install -d -m755 /usr/share/doc/doxygen/src && -install -m644 src/translator{,_adapter,_en}.h \ +install -v -d -m755 /usr/share/doc/doxygen/src && +install -v -m644 src/translator{,_adapter,_en}.h \ /usr/share/doc/doxygen/src && -install -m644 VERSION /usr/share/doc/doxygen && +install -v -m644 VERSION /usr/share/doc/doxygen && make install_docs @@ -133,9 +133,12 @@ and documentation. Installed Programs +Installed Libraries Installed Directory + doxygen, doxytag and doxywizard +None /usr/share/doc/doxygen