View Single Post
fdxx
Member
Join Date: Oct 2020
Location: 0xdeadbeef
Old 04-17-2023 , 05:08   Re: [ANY/CSGO] cutlrbtree overflow, memory access
Reply With Quote #26

Quote:
Originally Posted by Mika Misori View Post
I apologize for the stupid question, but how do I build this on Windows?
If you are trying to build the extension for linux on windows, this is not work. The extension is compiled under ubuntu-latest (currently ubuntu-22.04), if your linux system is older, it may cause "GLIBC_2.34 not found" problem.
So I suggest you to build on the system where you are running the L4D2 dedicated server, which will solve the glibc library dependency problem.


If you want to build windows extensions on windows, I think the current windows extension already works fine, if you want to try to compile them yourself, you need to install python, git, clang, etc. and follow the build steps for linux. windows and linux commands are different, you need to take a longer way.

Last edited by fdxx; 04-17-2023 at 05:09.
fdxx is offline