SFML community forums

Help => General => Topic started by: trilavia on December 11, 2012, 12:28:14 pm

Title: Linux - complining only network module
Post by: trilavia on December 11, 2012, 12:28:14 pm
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