From c00df6bddbefde859c53070dd0ab8c33c67c4a88 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sun, 16 Dec 2012 06:24:46 +0000 Subject: [PATCH] typo in README.linux git-svn-id: https://svn.code.sf.net/p/freetel/code@1139 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/README.linux | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/fdmdv2/README.linux b/fdmdv2/README.linux index e292071b..fabc9a7f 100644 --- a/fdmdv2/README.linux +++ b/fdmdv2/README.linux @@ -17,14 +17,13 @@ BUILDING FreeDV for Linux 2. A typical ALSA installation (e.g., Ubuntu 10.04) first install the following packages: - $ sudo apt-get install libgtk2.0-dev libsamplerate0-dev libsndfile1-dev libasound_dev + $ sudo apt-get install libgtk2.0-dev libsamplerate0-dev libsndfile1-dev libasound2-dev -3. If you would like to use OSS rather than ALSA do not install - libasound & libasound_dev. +3. If you would like to use OSS rather than ALSA do not install libasound2-dev. 4. Makefile.linux will download the libraries you need, configure and - build them, then build FreeDV. Makefile.linux will not install - any of the libraries you build ob your system. + build them, then build FreeDV. Makefile.linux will _not_ install + any of the libraries you built for FreeDV on your system. cd fdmdv2/src make -f Makefile.linux -- 2.25.1