Gnet for Win32
From Carboogle
Contents |
[edit]
Get the library
- Official website: http://www.gnetlibrary.org/
[edit]
Compiling under MinGW
[edit]
Requirements
- First install MinGW
- Compile required library :
[edit]
Compile gnet
Commands to use:
./configure make make install
If you get an error saying that it cannot find glib, be sure that you have installed properly your environnment (see Setup and configure MinGW). You need to have pkg-config with the variable PKG_CONFIG_PATH set to the good folder (mine is PKG_CONFIG_PATH="/local/lib/pkgconfig")

