From a23274bbb9484e47a017c4047fd66f5be29d7d66 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 11 Jan 2025 18:54:18 +0200 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20require=20experimental=20A?= =?UTF-8?q?PI=20any=20more=20[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index badd2fc..94e9c67 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ USE_SYSTEM_LIBS=1 pip install uharfbuzz --no-binary :uharfbuzz: harfbuzz installation is found using `pkg-config`, so you must have harfbuzz's `.pc` files in your system. If you've built it from sources, meson installs them automatically. Otherwise, you may want to install harfbuzz development package, like `harfbuzz-devel` on Fedora-derived distros. -Note: you **must** build HarfBuzz with experimental API support enabled. - ### How to make a release Use `git tag -a` to make a new annotated tag, or `git tag -s` for a GPG-signed annotated tag, if you prefer.