Elektrine lite

← Feed

@neobrain@mastodon.social

Post #3107529

2025-11-21 15:22 UTC

@ari@fedi.arimelody.space The build steps are unchanged and running the cmake_enable_libfwd.sh script already sets up CMake appropriately. You shoud just need ninja && ninja install. From your command description it sounds like you're missing half the libraries (the `-host` ones specifically). Enabling GL&Vulkan should be safe and good enough. You can also try something simpler like vkcube or glxgears (from the FEX RootFS) for a more convenient test case.

Replies (1)

  • @ari@fedi.arimelody.space 2025-11-21 16:21

    @neobrain@mastodon.social ah! good grief- i had assumed i needed separate build commands for the guest/host libs (many failed attempts at ninja host-libs made me fear that was broken somehow...) this might need to be detailed on the wiki for newcomers (simply running ninja and ninja install again after setting up library builds) thank you for that, though! i can now say with delight that glxgears and vkcube run wonderfully! curiously, half-life and glxinfo will still fail with GLXBadFBConfig (opcode 149 on wayland, 152 on x11, if that helps). this is absolutely progress though, which i'm very pleased to see!

    Open ##3107530