facebookarchive / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.
Other
3.3k stars 1.02k forks source link

Compiling with cmake + MinGW under Windows #33

Open biller23 opened 9 years ago

biller23 commented 9 years ago

The only way to compile under cmake and MinGW was editing manually some files, including source code.

I followed this tutorial on-line : http://www.dinomage.com/2012/06/basic-networking-with-raknet/

EDIT: sorry i followed this guide http://itessays.com/other-lanuage-development-technology/how-to-use-qt-creator-ide-compiler-compile-raknet-by-mingw.html Regards.