From: drowe67 Date: Sat, 6 Jan 2018 04:04:09 +0000 (+0000) Subject: instructions for building on Windows machiens for Windows, thanks chibill X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=76cea6c32fafbbfc10fe5e429d21649f930fcb6c;p=freetel-svn-tracking.git instructions for building on Windows machiens for Windows, thanks chibill git-svn-id: https://svn.code.sf.net/p/freetel/code@3388 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/README b/codec2-dev/README index fe0873c9..3e140c5a 100644 --- a/codec2-dev/README +++ b/codec2-dev/README @@ -116,6 +116,16 @@ To build them: $ cmake -DCMAKE_BUILD_TYPE=Debug .. $ make +Building for Windows on a Windows machine +----------------------------------------- + + Install minGW + mkdir build_windows (Or what ever you want to call your build dir) + cmake -G "MinGW Makefiles" -D CMAKE_MAKE_PROGRAM=mingw32-make.exe + Or if you use ninja for building cmake -G "Ninja" .. + mingw32-make or ninja depends on what you used in the last command + wait for it to build. + Directories -----------