Forgot to svn add the readme.
authorhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 17 May 2013 14:53:07 +0000 (14:53 +0000)
committerhobbes1069 <hobbes1069@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 17 May 2013 14:53:07 +0000 (14:53 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1249 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/README.cmake [new file with mode: 0644]
fdmdv2/CMakeLists.txt

diff --git a/codec2-dev/README.cmake b/codec2-dev/README.cmake
new file mode 100644 (file)
index 0000000..b207511
--- /dev/null
@@ -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
index 8ca2312f89a4c2412b2b9d1f0ba970310cc46960..20683c3b3b9bb76139f6b66e471b1885ecf61611 100644 (file)
@@ -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_)