git » sdk » commit 84bbd5c

alpine build instructions - defer to package

author Anjandev Momi
2025-06-13 03:19:05 UTC
committer Stephen Paul Weber
2025-06-16 19:02:04 UTC
parent a2957f65018092d732634b07c3de1e3c3e895519

alpine build instructions - defer to package

README.md +1 -12

diff --git a/README.md b/README.md
index d9595b4..9da98ca 100644
--- a/README.md
+++ b/README.md
@@ -35,19 +35,8 @@ libsnikket.so and cpp/snikket.h, the latter has documentation comments
 <details>
 <summary><h2>Alpine Linux</h2></summary>
 
-Build haxelib and neko from this aports branch:
+See snikket-sdk build recipe: https://pkgs.alpinelinux.org/package/edge/testing/x86_64/snikket-sdk
 
-https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/69597
-
-Install the required make dependencies:
-
-    doas apk add opus-dev libdatachannel-dev libstrophe-dev libc++-dev musl-dev --virtual snikket-sdk-makedeps
-
-Building the sdk requires a `xlocale.h` file which is the same as the `locale.h` on your computer (provided by the `musl-dev` package).
-
-    doas ln -s /usr/include/locale.h /usr/include/xlocale.h
-
-Install the haxe dependencies and run make as above.
 </details>
 
 # Swift