From 5be208f5b535d86408efd83d269700b5e7ab7fa5 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 27 Jan 2021 23:40:42 -0800 Subject: [PATCH] Added comments describing what libraries to install to build for Alpine. --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index dc5df8e..6c50051 100644 --- a/makefile +++ b/makefile @@ -82,6 +82,11 @@ # 5. Also note, that to build on FreeBSD, you must use gmake, not make. # # +# To build on Alpine Linux (MUSL), you'll need to install the following libraries +# apk add build-base gcc abuild binutils linux-headers libexecinfo-dev bash binutils-doc gcc-doc +# +# +# # Standard builds: # # ARCHID=1 # Windows Console x86 32 bit