a few minor tweaks and REAME changes
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 29 May 2015 22:45:30 +0000 (22:45 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 29 May 2015 22:45:30 +0000 (22:45 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2165 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2-dev/CMakeLists.txt
fdmdv2-dev/README.txt
fdmdv2-dev/src/fdmdv2_main.h

index 4773359a0c05be11eed934994870c9498cb6e966..a4fe30b3a3a6bee08714fb45f1d8a62939943643 100644 (file)
@@ -221,7 +221,7 @@ if(NOT USE_STATIC_CODEC2)
     message(STATUS "Looking for codec2...")
     find_package(codec2 CONFIG QUIET)
     if(codec2_FOUND)
-        get_target_property(CODEC2_BRARY codec2 LOCATION)
+        get_target_property(CODEC2_LIBRARY codec2 LOCATION)
         message(STATUS "  codec2 library: ${CODEC2_LIBRARY}")
         message(STATUS "  codec2 headers: ${codec2_INCLUDE_DIRS}")
     else()
index f54ff34c16b71361225b534451be1640e4c90f67..ef46a239bf2ac1b66df840aea3224adff2f9856f 100644 (file)
@@ -10,6 +10,7 @@ missing on many Linux systems, or of the wrong (older) version.
 
 Assuming the freedv-dev sources is checked out into ~/fdmdv2-dev:
 
+$ sudo apt-get install libgtk2.0-dev libhamlib-dev libsamplerate-dev libasound2-dev libao-dev
 $ cd fdmdv2-dev
 $ mkdir build_linux
 $ cd build_linux
@@ -19,7 +20,7 @@ $ make
 
 Then you can use your local codec-dev, something like:
 
-$ cmake cmake -DBOOTSTRAP_WXWIDGETS=TRUE -DCODEC2_INCLUDE_DIR=/home/david/codec2-dev/src -DCODEC2_LIBRARY=/home/david/codec2-dev/build_linux/src/libcodec2.so -DUSE_STATIC_CODEC2=FALSE -DUSE_STATIC_PORTAUDIO=TRUE -DUSE_STATIC_SOX=TRUE ../
+$ cmake -DBOOTSTRAP_WXWIDGETS=TRUE -DCODEC2_INCLUDE_DIRS=/home/david/codec2-dev/src -DCODEC2_LIBRARY=/home/david/codec2-dev/build_linux/src/libcodec2.so -DUSE_STATIC_CODEC2=FALSE -DUSE_STATIC_PORTAUDIO=TRUE -DUSE_STATIC_SOX=TRUE ../
 
 OR build a local copy of codec2-dev:
 
index 782ec6e9e447b0b7c4f6dcc2757c1086668f375a..9a931251e55497bd32c3755d085aeec8476d7b44 100644 (file)
@@ -54,6 +54,7 @@
 #include <samplerate.h>
 
 #include <hamlib.h> 
+#include <stdint.h>
 #include <speex/speex_preprocess.h>
 
 #ifdef _WIN32