[wiki] Update to match libmutton wiki changes

This commit is contained in:
2024-08-08 20:06:22 -04:00
parent 35df3b078f
commit 498fe20d95
3 changed files with 2 additions and 4 deletions
+1
View File
@@ -6,3 +6,4 @@
- [Extra blank lines after nested list items](https://github.com/charmbracelet/glamour/issues/102) - [Extra blank lines after nested list items](https://github.com/charmbracelet/glamour/issues/102)
- [Incorrect wrapping of text in lists](https://github.com/charmbracelet/glamour/issues/56) - [Incorrect wrapping of text in lists](https://github.com/charmbracelet/glamour/issues/56)
- [Excessive binary size and increased program startup time](https://github.com/charmbracelet/glamour/issues/288) - [Excessive binary size and increased program startup time](https://github.com/charmbracelet/glamour/issues/288)
- Relevant [libmutton bugs](https://github.com/rwinkhart/libmutton/blob/main/wiki/bugs.md)
-3
View File
@@ -1,10 +1,7 @@
## Building ## Building
This repository is currently home to both the MUTN client and the general libmutton server software.
Official binaries are stripped of debug info for size and built without CGO (except for distribution packages) for portability, as follows: Official binaries are stripped of debug info for size and built without CGO (except for distribution packages) for portability, as follows:
``` ```
CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath ./mutn.go CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath ./mutn.go
CGO_ENABLED=0 go build -ldflags="-s -w" -trimpath ./libmuttonserver.go
``` ```
Additionally, some custom build tags can be used to create different binaries. The following tags are not used in official builds: Additionally, some custom build tags can be used to create different binaries. The following tags are not used in official builds:
+1 -1
View File
@@ -3,7 +3,7 @@ MUTN is still in early development and thus no installation packages are officia
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/build.md). All pre-built binaries were compiled with CGO disabled and thus are libc-independent. 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/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. Additionally, MUTN is available as a source package ("[mutn](https://aur.archlinux.org/packages/mutn)") on the AUR.
Please note that the server binary must be called "libmuttonserver" in order for clients to successfully reach it. Please note that the server binary must be called "libmuttonserver" in order for clients to successfully reach it.