Hi folks,

http://www.linuxfromscratch.org/blfs/view/stable/pst/xpdf.html

I tried to download Xpdf from;
ftp://ftp.foolabs.com/pub/xpdf/

and could not find "xpdf-3.00.tar.gz" there.

I found
xpdf-3.01-linux.tar.gz
xpdf-3.01-linux.tar.gz.sig
xpdf-3.01.tar.gz
xpdf-3.01.tar.gz.sig

I suppose "xpdf-3.01-linux.tar.gz" being binary
package
and "xpdf-3.01.tar.gz" source code, the latter of
which is to download.  There is no patch file there. 
I suppose it is not needed.  Also I could not find md5
files there but .sig

Following commands;
>>>
patch -d xpdf -Np0 -i ../../xpdf-3.00pl1.patch &&
patch -d xpdf -Np0 -i ../../xpdf-3.00pl2.patch &&
patch -d xpdf -Np0 -i ../../xpdf-3.00pl3.patch &&
patch -Np1 -i
../xpdf-3.00pl3-freetype_2.1.7_hack-2.patch &&
./configure --prefix=/usr --sysconfdir=/etc \
    --with-freetype2-includes=/usr/include/freetype2
&&
make
<<<

will be amended as;
>>>
./configure --prefix=/usr --sysconfdir=/etc &&
make
<<<

Pleae advise. TIA

B.R.
SL
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to