Compile UltraGrid (Windows) - CESNET/UltraGrid GitHub Wiki

General

For compilation under Windows, you will need to use MinGW. For more flawless progress we recommend MinGW-w64 and preferably its 32-bit version. We will assume that you also use MSys (although not necessary).

Prerequisities

If you do not have pregenerated "configure" script in you sources (eg. in a release), you will need to have autoconf and automake. Configure, compile and install them as usual, but do not forgot to append --prefix=/mingw:

./configure --prefix=/mingw 

make

make install