On Ubuntu Okular can read XPS, but I didn’t want to install all of the KDE libs to run it. I’d rather convert to the more universal PDF format, anyway. Searching around I found reference to the GhostPDL project and its gxps program.
After a little work I was able to build this on Ubuntu 9.10 32-bit:
- Unpack the source
- Install the libxt-dev package for the X11 headers.
- In the root of the source, run
make xps
Advertisement
In the root of the source, run make xps
Please explain this step in detail. Newbie to Linux ubuntu.
To unpack, run this command:
“tar -xvjf ghostpdl-8.71.tar.bz2″
Move inside the source:
“cd ghostpdl-8.71″
Build the xps program:
“make xps”