Libgxps-0.3.2
Installation of Libgxps
Install Libgxps by running the following
commands:
mkdir build &&
cd build &&
meson --prefix=/usr --buildtype=release .. &&
ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
Command Explanations
--buildtype=release
: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
Contents
Installed Programs:
xpstojpeg, xpstopdf, xpstopng, xpstops, and xpstosvg
Installed Library:
libgxps.so
Installed Directories:
/usr/include/libgxps
Short Descriptions
xpstojpeg |
converts XPS documents to a JPEG image
|
xpstopdf |
converts XPS documents to PDF format
|
xpstopng |
converts XPS documents to a PNG image
|
xpstops |
converts XPS documents to PostScript
|
xpstosvg |
converts XPS documents to SVG images
|
libgxps.so
|
contains API functions for manipulating XPS documents
|