summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
author JK Wood2022-02-12 19:48:38 +0100
committer Willy Sudiarto Raharjo2022-02-14 02:06:53 +0100
commite0e1f3523b9efa6300950226f94d62bb68d48232 (patch)
treea779d775aa719c22b2444a192c0d50d9836f6cbc /ham
parent9eb114527b945b6bbbc012b8f1c807d702989745 (diff)
downloadslackbuilds-e0e1f3523b9efa6300950226f94d62bb68d48232.tar.gz
ham/hamlib: Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r--ham/hamlib/README36
1 files changed, 18 insertions, 18 deletions
diff --git a/ham/hamlib/README b/ham/hamlib/README
index 0635ab10a2..8ae5de3f4c 100644
--- a/ham/hamlib/README
+++ b/ham/hamlib/README
@@ -1,14 +1,14 @@
Hamlib (the ham radio control libraries)
-Hamlib is a development effort to provide a consistent C language interface
-for programmers wanting to incorporate radio controls in their programs.
-Network daemons for radio and rotator control, along with language bindings
-for C++, Perl, Python, TCL, and Lua are included.
+Hamlib is a development effort to provide a consistent C language
+interface for programmers wanting to incorporate radio controls in their
+programs. Network daemons for radio and rotator control, along with
+language bindings for C++, Perl, Python, TCL, and Lua are included.
Optional language bindings
-To build either or all of the Perl, Python, or TCL bindings, pass one of or in
-combination:
+To build either or all of the Perl, Python, or TCL bindings, pass one of
+or in combination:
PL_MOD=yes
PY_MOD=yes
@@ -18,9 +18,9 @@ to the build script.
Optional Lua binding
-Also available are bindings for Lua 5.2 or later. As Lua 5.2 and Lua 5.3 are
-now available from SlackBuilds.org, once the preferred version of Lua is
-installed, the Lua bindings may be built by passing:
+Also available are bindings for Lua 5.2 or later. As Lua 5.2 and Lua
+5.3 are now available from SlackBuilds.org, once the preferred version
+of Lua is installed, the Lua bindings may be built by passing:
LUA_VER=5.2
LUA_VER=5.3
@@ -29,18 +29,18 @@ to the build script.
Optional Python3 binding (experimental)
-For those wishing to experiment with Python3 and Hamlib, bindings may be built
-(exclusive of the normal Python2 bindings) after Python3 is installed
-(available from SlackBuilds.org) by passing:
+For those wishing to experiment with Python3 and Hamlib, bindings may be
+built (exclusive of the normal Python2 bindings) by passing:
PY3_MOD=yes
to the build script. This option overrides PY_MOD.
-While Python allows for version 2 and 3 modules to be installed concurrently,
-and while there does exist a method for doing so with Hamlib, that has not
-been included in this build script at this time. If concurrent installation
-is needed, please contact the build script maintainer.
+While Python allows for version 2 and 3 modules to be installed
+concurrently, and while there does exist a method for doing so with
+Hamlib, that has not been included in this build script at this time.
+If concurrent installation is needed, please contact the build script
+maintainer.
-All four bindings (either of the Python and either of the Lua versions) may be
-passed to the script to enable all bindings at build time.
+All four bindings (either of the Python and either of the Lua versions)
+may be passed to the script to enable all bindings at build time.