Files
AeroPkg/assets/var/gnu/ghostpdl.md

11 lines
203 B
Markdown
Raw Normal View History

2026-09-10 16:59:11 +03:00
ghostpdl 10.07.1
=
https://github.com/ArtifexSoftware/ghostpdl/archive/refs/tags/ghostpdl-10.07.1.tar.gz
``` sh *** build ***
./autogen.sh
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```