Added Win32 msys/mingw cmake build instructions
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 8 Jul 2014 21:44:46 +0000 (21:44 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 8 Jul 2014 21:44:46 +0000 (21:44 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1743 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/README.cmake

index b207511e9022b73eb72aca861895697a7c67f0a4..fcbdc9e14ee54f143982c91543dd2f89f88d10cb 100644 (file)
@@ -25,3 +25,17 @@ $ cmake ../ (defaults to /usr/local, use CMAKE_INSTALL_PREFIX to override)
 $ make
 (as root)
 $ make install
+
+=====================
+Win32
+=====================
+
+Install MinGW & the mysys shell
+   + pwd -W prints true Win32 directory
+   + I also installed emacs, "tortise svn", and "cmake"
+
+$ cd codec2-dev
+$ mkdir build_win32
+$ cd build_win32
+$ cmake -DSPEEXDSP_INCLUDE_DIR=/usr/local/include/ -G "MSYS Makefiles" ..
+$ make