Commit bb4f21e6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should install unstable headers

parent 6346aeff
all:
tar xf poppler-0.77.0.tar.xz
mkdir poppler-0.77.0/build
cd poppler-0.77.0/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTESTDATADIR=$PWD/testfiles -DENABLE_XPDF_HEADERS=ON ..
cd poppler-0.77.0/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTESTDATADIR=$PWD/testfiles -DENABLE_XPDF_HEADERS=ON -DENABLE_UNSTABLE_API_ABI_HEADERS=ON ..
$(MAKE) -C poppler-0.77.0/build
$(MAKE) -C poppler-0.77.0/build install
install -v -m755 -d /usr/share/doc/poppler-0.77.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment