typos for cmake, thanks Richard
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 4 Jun 2014 03:45:10 +0000 (03:45 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Wed, 4 Jun 2014 03:45:10 +0000 (03:45 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1632 01035d8c-6547-0410-b346-abe4f91aad63

codec2/README

index ab79a4d003f38d9b510871e2b3dc05ec31885dc4..4a355f6507d540b2edb3e99277f342eb7864364d 100644 (file)
@@ -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: