Nate Bargmann
1a20e7e89e
Remove GNU Texinfo dependency
...
As all of the information in the Texinfo manual had been converted to
Unix manual pages some time ago, remove GNU Texinfo as a distribution
dependency. The rationale is that manual pages (roff) has more support
in various editors than Texinfo and the man utility is rather well
understood in contrast to the poor quality of the stand-alone GNU info
utility. Several utilities are available to convert the roff man pages
into various formats such as HTML and PDF.
2019-12-04 02:06:07 -06:00
Nate Bargmann
a8c56853d3
Rename autogen.sh to bootstrap to follow GNU guidelines
...
Update relevant document files to describe 'boostrap' and 'configure'.
2017-07-27 21:30:13 -05:00
Stephane Fillod
8d7697c3bd
Migrating from libusb-0.1 to libusb-1.0
2016-02-14 18:02:26 +01:00
Nate Bargmann
18f2f54f7d
Document need for zlib for 'configure'
...
The macro that sets up the configure script test for Python expects the
zlib development files to be installed. Add this to README.betatester.
2013-12-13 15:04:52 -06:00
Nate Bargmann
9210621c75
Remove dependency on libltdl
...
No longer depend on libltdl from the libtool package. The
winradio/linradio/wg313api backend still depends on libdl, but since it
is only compiled on POSIX, it will use the POSIX supplied libdl.
Update documentation to remove references to libltdl.
2013-09-18 22:58:00 -05:00
Nate Bargmann
0f2a53581b
Document check and distcheck make targets
...
Also synchronize ldconfig configuration documentation.
2013-05-08 20:48:34 -05:00
Nate Bargmann
6cf4f62acb
Add Readline option to README files
2013-02-22 21:50:53 -06:00
Nate Bargmann
95ec564af2
Disable static builds by default
...
Static libs are generally not wanted so disable their builds by default.
Remove references to '--disable-static' from documentation and example
scripts.
2012-10-11 09:17:58 -05:00
Nate Bargmann
728128b55a
Bring documentation up to date with recent changes
...
Document recent changes to configure and reference Hamlib 3 in this
branch.
2012-10-09 21:16:13 -05:00
Nate Bargmann
600be45fb8
Note that libltdl-dev is needed for build
...
Other minor edits.
(Same patch as e26bdae56e
in Hamlib-1.2.15
branch.)
2012-06-02 07:56:11 -05:00
Nate Bargmann
8c145cfc6b
Merge branch 'API_3'
...
Conflicts:
.gitignore
Makefile.am
NEWS
c++/Makefile.am
configure.ac
hamlib.spec.in
rpcrig/rpcrig.x
rpcrig/rpcrig_backend.c
rpcrig/rpcrig_backend.h
rpcrig/rpcrig_proc.c
rpcrig/rpcrigd.c
rpcrot/rpcrot.x
rpcrot/rpcrot_backend.c
rpcrot/rpcrot_backend.h
rpcrot/rpcrot_proc.c
rpcrot/rpcrotd.c
src/Makefile.am
tests/rigctl.1
tests/rotctl.1
2012-02-03 15:03:39 -06:00
Stephane Fillod
23c28e84e8
Kill RPC backends and rpc.rigd/rpc.rotd
2011-08-21 13:23:01 +02:00
Nate Bargmann
a74955fefb
README* files updated for purpose.
...
README - Add info on availability, compiling, and version.
README.betatester - Remove info relevant to developers, include 'make'
targets, add info on rigctl verbosity.
README.developer - Add note on developer Git acces via SSH,
2011-06-12 22:33:28 -05:00
Nate Bargmann
f1c090eb20
Updates for change to Git SCM.
2011-04-03 08:52:46 -05:00
Nate Bargmann, N0NB
4e31ac1e39
Document needed libltdl-dev package dependency
...
Remove mention of Docbook as those sources have been deleted from the
repository.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3066 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-28 00:02:31 +00:00
Kamal Mostafa, KA6MAL
1274d535ce
Remove bundled libltdl (libtool)
...
Hamlib shall now depend on the system to provide libtool.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3046 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-13 19:01:28 +00:00
Nate Bargmann, N0NB
bbb40e1b2e
Update documentation.
...
Added required/optional development package info in README.betatester
and added info on ldconfig and its configuration.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3034 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-01 16:31:20 +00:00
Nate Bargmann, N0NB
96c0a1c14a
Info on daily snapshot tarball and Debian packages
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3022 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-01-20 03:23:17 +00:00
Nate Bargmann, N0NB
fa474e28cd
Update copyright year in README files.
...
Correct typo in hamlib.pc.in Description line.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3020 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-01-13 12:08:12 +00:00
Nate Bargmann, N0NB
092dd5915e
Document that Swig bindings for Perl and Python are no longer built
...
by default.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2884 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-16 22:14:10 +00:00
Kamal Mostafa, KA6MAL
44e5abe225
Update bundled libltdl (libtool) to version 2.2.6b to address CVE-2009-3736.
...
- autogen.sh: never downgrade our bundled libltdl/ (only run libtoolize if
system version is newer than our bundled version).
- autofixer.sh: script removed as libtool 1.x is no longer allowed.
- configure.ac: (not enabled) optional setting to deprecate embedded libltdl/.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2841 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-01 18:43:38 +00:00
Nate Bargmann, N0NB
b26d98e555
Formatting edits.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2806 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-10 02:19:28 +00:00
Nate Bargmann, N0NB
de4559a792
Update to refer to section 1 of README.developer and other changes to try
...
and clarify some sections.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2805 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-01-10 02:11:42 +00:00
Nate Bargmann, N0NB
1e0f3b396a
Update files for SVN information and commands.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2675 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-07 03:30:17 +00:00
Nate Bargmann, N0NB
86badd1aaf
Documentation updates.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2571 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-09 23:03:37 +00:00
Stéphane Fillod, F8CFE
4d9d4b5ac3
blurb about S-meter calibration (from FAQ)
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2509 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 22:02:30 +00:00
Nate Bargmann, N0NB
1ae24d84b3
Bump copyright year to 2008.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2266 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-01-04 17:43:36 +00:00
Nate Bargmann, N0NB
f1d77a4407
Re-worked documentation for to/from_bcd functions in misc.c.
...
Re-worked INSTALL describing `configure' options. Other minor
editing.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2265 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-01-04 17:30:31 +00:00
Nate Bargmann, N0NB
8dae43edd5
Added info on using a seperate build directory. Added info on CVS
...
snapshots to README.betatester. Other minor edits to (hopefully) aid
clarity.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2245 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-14 03:15:31 +00:00
Nate Bargmann, N0NB
9f018aa1d1
Match Copyright attributions between README files.
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2223 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-10-15 00:52:59 +00:00
Nate Bargmann, N0NB
ea002464c7
20061107:
...
Update:
Add orion.h to Makefile.am and edited README.betatester
and README.developer for clarity (hopefully). Added a
comment to autogen.sh (no command changes).
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2160 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-11-07 21:57:57 +00:00
Nate Bargmann, N0NB
bed2cca690
20060710:
...
Update:
Miscellaneous updates and corrected spelling.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2110 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-07-10 16:15:12 +00:00
Stéphane Fillod, F8CFE
ef92f4dd4c
more info on autogen.sh, moved cvs checkout info from README.betatester to README.developer
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1217 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-29 22:14:58 +00:00
Stéphane Fillod, F8CFE
efc652ffff
mention to run autogen.sh after checkout
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1186 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-22 11:39:39 +00:00
Stéphane Fillod, F8CFE
b2f91a3a2d
misc addition
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1054 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-05-28 21:39:13 +00:00
Stéphane Fillod, F8CFE
c606e1824c
Initial release
...
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@906 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-24 23:35:20 +00:00