Notes about building portaudio for fdmdv2.
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 14 May 2012 00:13:32 +0000 (00:13 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 14 May 2012 00:13:32 +0000 (00:13 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@455 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/portaudio/FDMDV_build_notes.txt [new file with mode: 0644]

diff --git a/fdmdv2/portaudio/FDMDV_build_notes.txt b/fdmdv2/portaudio/FDMDV_build_notes.txt
new file mode 100644 (file)
index 0000000..880bea8
--- /dev/null
@@ -0,0 +1,40 @@
+\r
+For building FDMDV2:\r
+using PortAudio November 21, 2011, SVN rev 1788 \r
+On Windows\r
+Built with MinGW/MSYS.\r
+\r
+Ignore this bit for now:  \r
+# ===========================================================\r
+# Config commandline:\r
+# ./configure --enable-cxx --with-winapi=directx  --with-dxdir="/p/Radio/fdmdv2/extern"\r
+# \r
+# I configured my "C:/Users/wittend/Projects/dx7sdk" to appear as /p in the MSys \r
+# environment.  This required editing the MSys /etc/fstab file (actually in my \r
+# C:\bin\MinGW\msys\1.0\etc folder) to contain: \r
+# \r
+# C:/bin/MinGW/   /mingw\r
+# C:/Users/wittend/Projects    /p\r
+# \r
+# Also, MSys does not seem to like paths like:\r
+# "C:\Program Files\Microsoft DirectX SDK (August 2010)\" \r
+# so I had to move it to my "C:/Users/wittend/Projects/dx7sdk".\r
+# ===========================================================\r
+\r
+Finally gave up on Dsound for now. Used this instead:\r
+\r
+./configure --enable-cxx\r
+\r
+configure output:\r
+\r
+Configuration summary:\r
+\r
+  Target ...................... i686-pc-mingw32\r
+  C++ bindings ................ yes\r
+  Debug output ................ no\r
+\r
+  WMME ........................ yes\r
+  DSound ...................... no\r
+  ASIO ........................ no\r
+  WASAPI ...................... no\r
+  WDMKS ....................... no
\ No newline at end of file