From e817f80e581a386f9dab0dfbda7d5e810c92ddcc Mon Sep 17 00:00:00 2001 From: wittend99 Date: Mon, 14 May 2012 00:13:32 +0000 Subject: [PATCH] Notes about building portaudio for fdmdv2. git-svn-id: https://svn.code.sf.net/p/freetel/code@455 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/portaudio/FDMDV_build_notes.txt | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 fdmdv2/portaudio/FDMDV_build_notes.txt diff --git a/fdmdv2/portaudio/FDMDV_build_notes.txt b/fdmdv2/portaudio/FDMDV_build_notes.txt new file mode 100644 index 00000000..880bea88 --- /dev/null +++ b/fdmdv2/portaudio/FDMDV_build_notes.txt @@ -0,0 +1,40 @@ + +For building FDMDV2: +using PortAudio November 21, 2011, SVN rev 1788 +On Windows +Built with MinGW/MSYS. + +Ignore this bit for now: +# =========================================================== +# Config commandline: +# ./configure --enable-cxx --with-winapi=directx --with-dxdir="/p/Radio/fdmdv2/extern" +# +# I configured my "C:/Users/wittend/Projects/dx7sdk" to appear as /p in the MSys +# environment. This required editing the MSys /etc/fstab file (actually in my +# C:\bin\MinGW\msys\1.0\etc folder) to contain: +# +# C:/bin/MinGW/ /mingw +# C:/Users/wittend/Projects /p +# +# Also, MSys does not seem to like paths like: +# "C:\Program Files\Microsoft DirectX SDK (August 2010)\" +# so I had to move it to my "C:/Users/wittend/Projects/dx7sdk". +# =========================================================== + +Finally gave up on Dsound for now. Used this instead: + +./configure --enable-cxx + +configure output: + +Configuration summary: + + Target ...................... i686-pc-mingw32 + C++ bindings ................ yes + Debug output ................ no + + WMME ........................ yes + DSound ...................... no + ASIO ........................ no + WASAPI ...................... no + WDMKS ....................... no \ No newline at end of file -- 2.25.1