11 lines
203 B
Markdown
11 lines
203 B
Markdown
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
|
|
```
|