and can be used independently of this harness.
## Quick start ##
-To use, clone recursively, for example:
-
- git clone --recurse-submodules --branch unstable https://git.djapps.eu/pkg/ggml
-
-Make sure that you have the necessary packages installed:
+Make sure that you have the necessary packages installed
+and that you have a base for the distribution and arch you are targeting:
sudo apt install git-buildpackage cowbuilder
+ # sources/create-pbuilder <dist> <arch>
+ sources/create-pbuilder sid amd64
-Make sure you have a base for the distribution and arch that you are targeting:
+Clone recursively the packaging harness. For example:
- sources/create-pbuilder <dist> <arch>
+ git clone --recurse-submodules --branch unstable https://git.djapps.eu/pkg/ggml
-For example:
-
- sources/create-pbuilder bookworm amd64
-
To build a layer, cd to its directory and run:
../build-pbuilder <dist> <arch> [<branch>]
cd sources/llama.cpp
../build-pbuilder bullseye amd64 debian/bullseye
+(See below how to configure a local repository)
+
## Maintenance ##
### Update upstream
(Using `ggml` as an example, the same approach applies to the other layers)