From: hobbes1069 Date: Fri, 17 May 2013 14:53:07 +0000 (+0000) Subject: Forgot to svn add the readme. X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=b22a51ab05b8cfa9d0372ba1a60a00f90843f77a;p=freetel-svn-tracking.git Forgot to svn add the readme. git-svn-id: https://svn.code.sf.net/p/freetel/code@1249 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/README.cmake b/codec2-dev/README.cmake new file mode 100644 index 00000000..b207511e --- /dev/null +++ b/codec2-dev/README.cmake @@ -0,0 +1,27 @@ +The CMake configuration for codec2 should be considered experimental at +this time but has been thouroughly tested on Fedora Linux and cross-compiling +from linux to windows with mingw and has many advanages over the autotools +config. + +- Builds against system libraries (default). +- Has experimental NSIS packaing support for Windows (WIN32) targets. *nix + systems should rely on 'make install' as the packages (RPM & DEB) created by + CPack are questionable. + +========================== + Building and installing +========================== + + To test the cmake build make a directory anywhere underneath (or outside of) +the source directory. + +Linux command line example: + +$ cd /path/to/codec2 +$ mkdir build_linux +$ cd build_linux +$ cmake ../ (defaults to /usr/local, use CMAKE_INSTALL_PREFIX to override) +(if no errors) +$ make +(as root) +$ make install diff --git a/fdmdv2/CMakeLists.txt b/fdmdv2/CMakeLists.txt index 8ca2312f..20683c3b 100644 --- a/fdmdv2/CMakeLists.txt +++ b/fdmdv2/CMakeLists.txt @@ -39,7 +39,7 @@ message(STATUS "FreeDV version: ${FREEDV_VERSION}") #set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) # Work around for not using a svn working copy. -add_definitions(-DSVN_REVISION="1247") +add_definitions(-DSVN_REVISION="1248") add_definitions(-D_NO_AUTOTOOLS_)