dukluv icon indicating copy to clipboard operation
dukluv copied to clipboard

NOT AN ISSUE : build on windows with cmake 3.4 and mingw32

Open alfu32 opened this issue 7 years ago • 0 comments

Actually not an issue but a solution :

Building with MinGW

> git clone https://github.com/creationix/dukluv.git
> cd dukluv
> git submodule init
> git submodule update
> mkdir build
> cd build
> cmake -G "MSYS Makefiles" ..
> mingw32-make

alfu32 avatar Jun 30 '17 13:06 alfu32