From b8757ea0d03e9a60e2e2eca9b9fa5f8253210e7d Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 5 Sep 2015 21:20:29 +0000 Subject: [PATCH] small typo git-svn-id: https://svn.code.sf.net/p/freetel/code@2298 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-dev/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freedv-dev/README.txt b/freedv-dev/README.txt index 4dd42094..b0b90eb0 100644 --- a/freedv-dev/README.txt +++ b/freedv-dev/README.txt @@ -62,7 +62,7 @@ Quickstart 2 3/ Checkout a fresh copy of codec2-dev and build for Windows, pointing to the generate_codebook built by a linux build of generate_codebook, using this cmake line - $ cmake .. -DCMAKE_TOOLCHAIN_FILE=../fdmdv2-dev/cmake/Toolchain-Ubuntu-mingw32.cmake -DUNITTEST=FALSE -DGENERATE_CODEBOOK=/home/david/codec2-dev/build_linux/src/generate_codebook + $ cmake .. -DCMAKE_TOOLCHAIN_FILE=../freedv-dev/cmake/Toolchain-Ubuntu-mingw32.cmake -DUNITTEST=FALSE -DGENERATE_CODEBOOK=/home/david/codec2-dev/build_linux/src/generate_codebook 4/ Build WxWidgets -- 2.25.1