Difference between revisions of "Gpdf"

From CBLFS
Jump to navigationJump to search
 
Line 19: Line 19:
  
 
  patch -Np1 < gpdf-2.9.3-compile-fixes.patch &&
 
  patch -Np1 < gpdf-2.9.3-compile-fixes.patch &&
  ./configure --prefix=/usr --localstatedir=/var --with-gconf-schema-file=/etc/gnome/gconf/schemas &&
+
  ./configure --prefix=/usr --localstatedir=/var --with-gconf-schema-file-dir=/etc/gnome/gconf/schemas &&
 
  make
 
  make
  

Revision as of 03:43, 17 November 2006

Download Source: ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/2.9/gpdf-2.9.3.tar.bz2 Required patch: To be uploaded...

Dependencies

Required

Non-Multilib

Compile the package:

patch -Np1 < gpdf-2.9.3-compile-fixes.patch &&
./configure --prefix=/usr --localstatedir=/var --with-gconf-schema-file-dir=/etc/gnome/gconf/schemas &&
make

Install the package

make install