You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brian Cox 53a2807ba9
ham/hamlib4: Added (ham radio control libraries).
10 months ago
..
README ham/hamlib4: Added (ham radio control libraries). 10 months ago
hamlib4.SlackBuild ham/hamlib4: Added (ham radio control libraries). 10 months ago
hamlib4.info ham/hamlib4: Added (ham radio control libraries). 10 months ago
slack-desc ham/hamlib4: Added (ham radio control libraries). 10 months ago

README

NOTE: This conflicts with hamlib.

hamlib4 (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.

Optional language bindings

To build either or all of the Perl, Python, TCL or Lua bindings, pass
one of or in combination:

PL_MOD=yes
PY_MOD=yes
TCL_MOD=yes
LUA_MOD=yes

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) by passing:

PY3_MOD=yes

to the build script. This option overrides PY_MOD.

All four bindings (either of the Python versions) may be passed to the
script to enable all bindings at build time.

NOTE: This conflicts with hamlib.