Skip to content
AlexMog edited this page Dec 3, 2014 · 1 revision

Compile on windows

COMMING SOON

Compile on linux

To compile on linux, you have to link the library to your project.

There is an example with commands lines. But you can inspirate yourself for a makefile with the example makefiles provided in the directory test/.

g++ *.cpp -lmognetwork -lpthread

Clone this wiki locally