commit a5764b3

chld  ·  2026-08-07 00:16:13 +0000 UTC
parent 1d208ce
finally fix bundle
1 files changed,  +1, -1
+1, -1
1@@ -7,7 +7,7 @@
2 <h3><a href=https://netbsd.org>netbsd</a></h3>
3 <p>i recently rebuilt freesmlauncher, and did it all "responsibly".</p>
4 <ol>
5-	<li>clone from my <a href=https://f.9larp.net/y7n.bundle>git bundle</a>, it comes pre-patched!</li>
6+	<li>clone from my <a href=https://f.9larp.net/WnH.bundle>git bundle</a>, it comes pre-patched!</li>
7 	<li>run patchelf on the compiled freesmlauncher target: <blk>patchelf --add-rpath /usr/pkg/qt6/lib</blk></li>
8 	<p>netbsd's default linking paths are not inclusive, and where libraries live are retarded. i had to add rpaths to the binary so it could find qt libraries and such.</p>
9 	<li>compile <a href=https://codeberg.org/glowiak/lwjgl-netbsd>lwjgl-netbsd</a></li>