instructions for building on Windows machiens for Windows, thanks chibill
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 6 Jan 2018 04:04:09 +0000 (04:04 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 6 Jan 2018 04:04:09 +0000 (04:04 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3388 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/README

index fe0873c9134d2e299da8fc32ca24790c76bdd45c..3e140c5a5369616f775dff5a1bc98c5f15e171c0 100644 (file)
@@ -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
 -----------