commit bdb06fb

chld  ·  2026-08-08 17:46:56 +0000 UTC
parent b378b87
rfjnrfj
1 files changed,  +1, -0
+1, -0
1@@ -9,6 +9,7 @@
2 <p>i recently rebuilt freesmlauncher, and did it all "responsibly".</p>
3 <ol>
4 	<li>clone from my <a href=https://f.9larp.net/WnH.bundle>git bundle</a>, it comes pre-patched!</li>
5+	<sub>note: you may need to run <code>sed -i 's/-Werror//g'</code> on your build.ninja</sub>
6 	<li>run patchelf on the compiled freesmlauncher target: <blk>patchelf --add-rpath /usr/pkg/qt6/lib</blk></li>
7 	<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>
8 	<li>compile <a href=https://codeberg.org/glowiak/lwjgl-netbsd>lwjgl-netbsd</a></li>