From: drowe67 Date: Wed, 4 Jun 2014 03:45:10 +0000 (+0000) Subject: typos for cmake, thanks Richard X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=f6a19971c960c91f2514104468ad3665376a0186;p=freetel-svn-tracking.git typos for cmake, thanks Richard git-svn-id: https://svn.code.sf.net/p/freetel/code@1632 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2/README b/codec2/README index ab79a4d0..4a355f65 100644 --- a/codec2/README +++ b/codec2/README @@ -14,7 +14,7 @@ Quickstart 1/ Listen to Codec 2: $ cd codec2 $ mkdir build_linux - $ cmake && make + $ cmake ../ && make $ ./src/c2demo ../raw/hts1a.raw hts1a_c2.raw $ ../script/menu.sh ../raw/hts1a.raw hts1a_c2.raw @@ -53,8 +53,8 @@ Debugging 1/ For dump file support: - $ cd codec2 - $ CFLAGS=-DDUMP ./configure + $ cd codec2/build_dir + $ CFLAGS=-DDUMP make ../ $ make clean && make 2/ To use gdb: