Compiling for Debian

I’ve modified BeamMP a bit, i am compiling via:
cmake --build bin --parallel --config Release -t BeamMP-Server
But this is generating some generic binary, i need a few dependencys that i dont have for that, how can i generate the Debian Binary?

I’d follow the build instructions here.

That only create the generic linux server, i want to build it with the libc version integrated or whatever how beammp it does
image

Not sure what you’re trying to accomplish here. If you’re missing dependencies install them and follow the steps I linked in my previous post (which will already install all that’s needed).