Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 866 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 866 Bytes

libxp6-binaries

libxp6 binaries for Debian.

Build Instructions

When re-building the package for a different distribution, check that the compat level is still valid and has not being deprecated, by looking up at Compat Upgrade Checklist. This needs to be done for both libXp6 and its dependencies.

Make sure to build x11proto-print first, as that's a required dependency at build time. Debian packages can be built by navigating to the source code folder and running:

debuild -b -uc -us

If any error comes up check whether other dependencies need to be installed, otherwise the command will generate a new .deb file in the folder above the source code one, which can be installed as following:

sudo apt install ./<package_name>.deb