Add Readline option to README files

Hamlib-3.0
Nate Bargmann 2013-02-22 21:43:14 -06:00
rodzic 7ebe65fee8
commit 6cf4f62acb
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -251,6 +251,7 @@ enabled with options beginning with '--with-'. At this time these options
are: are:
--with-xml-support build rigmem with XML support [default=no] --with-xml-support build rigmem with XML support [default=no]
--without-readline disable readline in rigctl/rotctl [default=yes]
--without-cxx-binding do not build C++ binding and demo [default=yes] --without-cxx-binding do not build C++ binding and demo [default=yes]
--with-perl-binding build perl binding and demo [default=no] --with-perl-binding build perl binding and demo [default=no]
--with-perl-inc directory containing perl includes --with-perl-inc directory containing perl includes

Wyświetl plik

@ -1,6 +1,6 @@
Hamlib - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com) Hamlib - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com)
(C) Stephane Fillod 2000-2011 (C) Stephane Fillod 2000-2011
(C) The Hamlib Group 2000-2012 (C) The Hamlib Group 2000-2013
Why does Hamlib need beta-testers? Why does Hamlib need beta-testers?
================================== ==================================
@ -86,6 +86,7 @@ Optional, but highly recommended for a complete build:
* libxml2 devel # xml2-config --version * libxml2 devel # xml2-config --version
* libgd2 devel # gdlib-config --version * libgd2 devel # gdlib-config --version
* libusb devel # libusb-config --version (not 1.0.0!) * libusb devel # libusb-config --version (not 1.0.0!)
* libreadline devel # ver 5.2 or newer
* Git for connection to hamlib.git.sourceforge.net * Git for connection to hamlib.git.sourceforge.net
N.B The libusb package is required for building most of the 'kit' backend. N.B The libusb package is required for building most of the 'kit' backend.
@ -315,4 +316,3 @@ Needless to say, patches are also very welcome (see README.developer). :-)
Stephane - F8CFE and The Hamlib Group Stephane - F8CFE and The Hamlib Group

Wyświetl plik

@ -252,6 +252,7 @@ Optional, but highly recommended:
* libxml2 devel # xml2-config --version * libxml2 devel # xml2-config --version
* libgd2 devel # gdlib-config --version * libgd2 devel # gdlib-config --version
* libusb devel # libusb-config --version (not 1.0.0!) * libusb devel # libusb-config --version (not 1.0.0!)
* libreadline devel # ver 5.2 or newer
N.B.: The libusb package is required for building most of the 'kit' backend. N.B.: The libusb package is required for building most of the 'kit' backend.
The older version is needed, not 1.0.0 or higher. Debian and derivatives The older version is needed, not 1.0.0 or higher. Debian and derivatives