From: drowe67 Date: Sun, 16 Dec 2012 06:24:46 +0000 (+0000) Subject: typo in README.linux X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c00df6bddbefde859c53070dd0ab8c33c67c4a88;p=freetel-svn-tracking.git typo in README.linux git-svn-id: https://svn.code.sf.net/p/freetel/code@1139 01035d8c-6547-0410-b346-abe4f91aad63 --- 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