jklnz / multimon-ng

This is used for providing a windows build of multimon-ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multimon-ng Windows Build

This fork is used for providing an updated Windows build.

You must add this two flags to multimon-ng.pro for it to build a portable executable on Windows, they are:

QMAKE_LFLAGS += -static-libgcc
QMAKE_LFLAGS += -static-libstdc++

To build multimon-ng on Windows using qmake/mingw32/qt:

mkdir build
cd build
qmake ../multimon-ng.pro
mingw32-make

About

This is used for providing a windows build of multimon-ng

License:GNU General Public License v2.0


Languages

Language:C 96.2%Language:Roff 1.2%Language:Python 1.2%Language:QMake 0.7%Language:CMake 0.7%