commit 9046ffd

chld  ·  2026-08-06 21:45:42 +0000 UTC
parent 70bf7c4
patchelf note
2 files changed,  +1, -1
+1, -1
1@@ -9,7 +9,7 @@
2 <ol>
3 	<li>patch sources to drop in NetBSD</li>
4 	<p>i did this by grepping OpenBSD all over the source code, and appended <blk>|| defined(Q_OS_NETBSD)</blk></p>
5-	<li>run patchelf on the compiled freesmlauncher target</li>
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>
9 	<li>drop in the resulting <i>liblwjgl64.so</i> into <blk>~/.local/FreesmLauncher/instances/ur.instace.bro/natives</blk></li>
+0, -0