diff --git a/wiki/bugs.md b/wiki/bugs.md index ad293b8..4f1a82c 100644 --- a/wiki/bugs.md +++ b/wiki/bugs.md @@ -6,3 +6,4 @@ - [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) - [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) diff --git a/wiki/build.md b/wiki/build.md index 8e7115d..7113a34 100644 --- a/wiki/build.md +++ b/wiki/build.md @@ -1,10 +1,7 @@ ## 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: ``` 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: diff --git a/wiki/install.md b/wiki/install.md index 178e314..2d4122b 100644 --- a/wiki/install.md +++ b/wiki/install.md @@ -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. -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.