[wiki/MUTN] Mention AUR package from install guide and mention that pre-built binaries do not use CGO

This commit is contained in:
2024-08-06 15:55:36 -04:00
parent db7e95d4af
commit 68ea24fc15
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
## Installation
MUTN is still in early development and thus no installation packages are officially distributed.
For now, please manually install the binaries from the [latest release](https://github.com/rwinkhart/MUTN/releases) or [compile from source](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/build.md).
For now, please manually install the binaries from the [latest release](https://github.com/rwinkhart/MUTN/releases) or [compile from source](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/build.md). All pre-built binaries were compiled with CGO disabled and thus are libc-independent.
Additionally, MUTN is available as a source package ("mutn") on the AUR.
Please note that the server binary must be called "libmuttonserver" in order for clients to successfully reach it.