Quote:
Originally Posted by faenad
Can you explain to us how to install and run your utility?
|
Yes, I was hoping that the patches would be picked up and put into the main Poppler tree, but no such luck yet. There is no ./configure, so you can simply edit the Makefile to find the location of the header and library files:
Code:
# Compile flags for FreeBSD 6
#CXXFLAGS= -O2 -Wall -I. -I/usr/local/include/poppler -I/usr/local/include
#CFLAGS= $(CXXFLAGS)
#LIBDIRS= -L/usr/local/lib
# Compile flags for Ubuntu Linux
CXXFLAGS= -O2 -Wall -I. -I/usr/include/poppler
CFLAGS= $(CXXFLAGS)
LIBDIRS=
Comment out the existing lines (as shown above) and add the ones for Linux. Then you should be able to run the "make" command to build the executable, and then move it by hand into a directory like /usr/bin.