From: Mathieu Baudier Date: Sun, 9 Feb 2025 18:36:55 +0000 (+0100) Subject: Improve README X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b3286e2ecb9b63c8ba5f871f65358f0f2a13ce37;p=pkg%2Fggml Improve README --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 7065df8..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ - -gbp-ggml: - cd sources/ggml && \ - gbp buildpackage \ - --git-submodules \ - --git-debian-branch="debian/latest" \ - --git-builder="debuild -i -I --no-sign" \ - --git-cleaner="git clean -d -x -f" diff --git a/README.md b/README.md index e816d3e..cba01ad 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ The `Packages` file needs to be generated after each build. For example: ## Development ## When developing the packaging, cd to a layer directory and [use git-buildpackage as usual](https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/). -A shortcut is provided (which requires the dependent packages to be installed locally): +A shortcut is provided (which requires the dependent packages to be installed locally). For example: + cd sources/whisper.cpp ../build.dev - -