Closed DeltaLima closed 10 months ago
I wrote a blogpost about this to document it for myself and others, in case you need some more information :) : https://deltalima.org/blog/index.php/2024/01/17/howto-xcompile-xash3d-ng-for-reactos-on-linux/
We don't supply mingw builds because of its practical useless for Windows platform. CI BUILDS FOR WINDOWS MSVC: https://ci.appveyor.com/project/tyabus/xash3d
Describe the bug When compiling the win32 dedicated server executable, the build fails with
cannot find -lWs2_32
Please complete the following information:
solution looks like
Ws2_32
has to be lower case inengine/CMakeLists.txt
:I wrote a blogpost about this to document it for myself and others, in case you need some more information :) : https://deltalima.org/blog/index.php/2024/01/17/howto-xcompile-xash3d-ng-for-reactos-on-linux/