Skip to content

Commit

Permalink
Added files and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdilena committed Sep 3, 2024
1 parent b79e851 commit 0ec5357
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# libxp6-binaries
libxp6 binaries for Debian. The additional latest source code is also provided, in order to simplify re-building of `.deb` packages for different distros.

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][https://manpages.debian.org/testing/debhelper/debhelper-compat-upgrade-checklist.7.en.html]. This needs to be done for both libXp6 and its dependencies.

Make sure to build `x11proto-print` first, as that's a require dependency at build time. To build both that and `libXp6` run the following command, from the source code's top folder:

```bash
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:

```bash
sudo apt install ./<package_name>.deb
```
Binary file added binaries/debian_12/libxp-dev_1.0.2-2_amd64.deb
Binary file not shown.
Binary file added binaries/debian_12/libxp6-dbg_1.0.2-2_amd64.deb
Binary file not shown.
Binary file added binaries/debian_12/libxp6_1.0.2-2_amd64.deb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added source/libxp-libxp-1_1.0.2-2.tar.gz
Binary file not shown.

0 comments on commit 0ec5357

Please sign in to comment.