From: Mathieu Baudier Date: Sat, 15 Feb 2025 10:09:07 +0000 (+0100) Subject: Improve README X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=dc4d757f5bd785bcd045f81f406b3c02746354a7;p=pkg%2Fggml Improve README --- diff --git a/README.md b/README.md index b379d1a..f6c44c4 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,17 @@ The software layers are configured as git submodules under the `sources/` subdir 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 + 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 + 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 [] @@ -38,6 +33,8 @@ or: 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)