Win32 makefile and install notes for libctb
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 30 Nov 2012 00:36:46 +0000 (00:36 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 30 Nov 2012 00:36:46 +0000 (00:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1088 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/README.Win32
fdmdv2/src/Makefile.win32

index 062a692635f7b54d417c2fa72c711eb06c0473c0..92b1fa8e9b6ada7b92c9e9f44b95bb110b221a32 100644 (file)
@@ -42,7 +42,16 @@ Many variations are possible.
        http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz(not Win32 binaries)\r
    ./configure && make && make install\r
 \r
-7. svn co fdmdv2\r
+7. libctb (Communications Toolbox):\r
+\r
+$ wget https://iftools.com/download/ctb/0.16/libctb-0.16.tar.gz\r
+$ tar xvzf libctb-0.16.tar.gz\r
+$ cd libctb-0.16/build\r
+$ mingw32-make -f makefile.gcc DEBUG=0 GPIB=0\r
+\r
+I couldn't find an install command line that worked, so manually copied the libs and include files.\r
+\r
+8. svn co fdmdv2\r
    cd fdmdv2/src\r
    make -f Makefile.Win32\r
 \r
index 6896eb93ef7c82ec8dde4c9f499190e616670eb4..9b62253e57ff5508ae0ece81dc27a62da3c634ec 100644 (file)
@@ -16,7 +16,7 @@ CODEC2_INC=$(CODEC2_PATH)/src
 CODEC2_LIB=$(CODEC2_PATH)/src/.libs/libcodec2.a
 
 CPP_FLAGS = -I$(INCLUDE_PATH) $(WX_CPPFLAGS) -I$(CODEC2_INC) -I../extern/include -g -Wall -DSVN_REVISION=\"$(SVN_REVISION)\"
-LIBS = $(WX_LIBS) $(CODEC2_LIB) -lm -lportaudiocpp -lportaudio -lpthread -lsndfile -lsamplerate
+LIBS = $(WX_LIBS) $(CODEC2_LIB) -lm -lportaudiocpp -lportaudio -lpthread -lsndfile -lsamplerate -lctb-0.16
 
 OBJS = topFrame.o \
 fdmdv2_main.o \