Commit cda8371f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated ghostscript to 9.27

parent da30073b
all:
tar xf ghostscript-9.23.tar.gz
cd ghostscript-9.23 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.23 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.23
$(MAKE) -C ghostscript-9.23 install
ln -sfvn ../ghostscript/9.23/doc /usr/share/doc/ghostscript-9.23
tar xf ghostscript-9.27.tar.xz
cd ghostscript-9.27 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.27 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.27
$(MAKE) -C ghostscript-9.27 install
ln -sfvn ../ghostscript/9.27/doc /usr/share/doc/ghostscript-9.27
tar -xvf ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript --no-same-owner
tar -xvf gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-same-owner
fc-cache -v /usr/share/ghostscript/fonts/
rm -rf ghostscript-9.23
rm -rf ghostscript-9.27
so:
tar xf ghostscript-9.23.tar.gz
cd ghostscript-9.23 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.23 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.23
$(MAKE) -C ghostscript-9.23 so
$(MAKE) -C ghostscript-9.23 install
$(MAKE) -C ghostscript-9.23 soinstall
cd ghostscript-9.23 && install -v -m644 base/*.h /usr/include/ghostscript
tar xf ghostscript-9.27.tar.xz
cd ghostscript-9.27 && rm -rf freetype lcms2 jpeg libpng zlib
cd ghostscript-9.27 && ./configure --prefix=/usr --disable-compile-inits --enable-dynamic --with-system-libtiff
$(MAKE) -C ghostscript-9.27
$(MAKE) -C ghostscript-9.27 so
$(MAKE) -C ghostscript-9.27 install
$(MAKE) -C ghostscript-9.27 soinstall
cd ghostscript-9.27 && install -v -m644 base/*.h /usr/include/ghostscript
ln -sfvn ghostscript /usr/include/ps
ln -sfvn ../ghostscript/9.23/doc /usr/share/doc/ghostscript-9.23
ln -sfvn ../ghostscript/9.27/doc /usr/share/doc/ghostscript-9.27
tar -xvf ghostscript-fonts-std-8.11.tar.gz -C /usr/share/ghostscript --no-same-owner
tar -xvf gnu-gs-fonts-other-6.0.tar.gz -C /usr/share/ghostscript --no-same-owner
fc-cache -v /usr/share/ghostscript/fonts/
rm -rf ghostscript-9.23
rm -rf ghostscript-9.27
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