commit 0a05027

hovercats  ·  2025-02-09 08:07:19 +0000 UTC
parent dd8a524
muon: add some notes in README
1 files changed,  +3, -2
+3, -2
 1@@ -8,8 +8,9 @@ Generated with
 2 		-Dlibcurl=disabled \
 3 		-Dsamurai=disabled \
 4 		-Dlibarchive=disabled \
 5-		-Ddocs=disabled \
 6 		-Dreadline=builtin \
 7-		-Dlibpkgconf=enabled \
 8+		-Dlibpkgconf=disabled \
 9 		build
10 
11+Note: embedded_files.h isnt generated using `muon setup`. its generated by samurai.
12+Note 2: to be correct about our configuration, we would enable `libpkgconf` here, but muon will simply error out on not being able to find them, even when pointed to using LDFLAGS and CFLAGS. The configuration however seems to be unaffected by this, so we can safely disable it to generate the above files.