I'm writing linux server. I use enet for reliable udp and I want to use sf::Packet for easy packet managment (and then send packets using enet, it works and its great). Now I have server on my home linux pc, so I have full sfml compiled here. However server will be on VPS, so my question is how to tweak cmake and what libs I need to just compile only network module on linux.
Thanks