(Go: >> BACK << -|- >> HOME <<)

Skip to content

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

License

Notifications You must be signed in to change notification settings

jklnz/multimon-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 96.2%
  • Roff 1.2%
  • Python 1.2%
  • Other 1.4%