simplified build instructions a little
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 7 Jul 2017 01:06:59 +0000 (01:06 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 7 Jul 2017 01:06:59 +0000 (01:06 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3281 01035d8c-6547-0410-b346-abe4f91aad63

freedv-dev/README.txt

index b7fc5a880366e17a71469e67fddbdbd8ca18856c..7f240aa720e5199061e4ba9d8d840a404674fd0c 100644 (file)
@@ -2,10 +2,9 @@
  Building and installing on Linux
 ==================================
 
-To build codec2, the build-essential and cmake packages will be required at
-a minimum. If they are not already installed, you can install them by typing
+First the basics:
 
-  $ sudo apt-get install build-essential cmake
+  $ sudo apt-get install build-essential cmake subversion
 
 To install the required development libraries instead of building them
 statically:
@@ -33,8 +32,21 @@ RHEL/CentOS and derivitves (requires Fedora EPEL repository)
 Quickstart 1
 ------------
 
+1/ Using a modern Linux, and the development library packages
+   installed above:
+
+  $ cd /path/to/freedv
+  $ mkdir build_linux
+  $ cd build_linux
+  $ cmake ../ 
+  $ make
+  $ ./src/freedv
+
+Quickstart 2
+------------
+
 Builds static versions of wxWidgets, portaudio, codec2-dev, which are commonly
-missing on many Linux systems, or of the wrong (older) version.
+missing on older Linux systems.
 
 1/ Assumes static build of wxWidgets and the freedv-dev source is checked out into ~/freedv-dev:
 
@@ -57,22 +69,6 @@ missing on many Linux systems, or of the wrong (older) version.
    $ make
    $ ./src/freedv
 
-
-Quickstart 2
-------------
-
-1/ Assuming you have all the dependant libraries:
-
-  $ cd /path/to/freedv
-  $ 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
-
-
 =======================================================
  Building for Windows on Ubuntu Linux (Cross compiling)
 =======================================================