From 490fda712856a793eed1dab505b829e442bf7855 Mon Sep 17 00:00:00 2001 From: "Christian T. Jacobs" Date: Tue, 30 May 2017 14:40:37 +0100 Subject: [PATCH] Added the instructions for building and installing Hamlib bindings for Python 3. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba8ecd..1595745 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,15 @@ The following extra package is necessary to build the documentation: * python3-sphinx -There currently does not exist a Python 3-compatible Debian package for [Hamlib](http://www.hamlib.org). This library must be built manually to enable Hamlib support. +There currently does not exist a Python 3-compatible Debian package for [Hamlib](http://www.hamlib.org). This library must be built manually to enable Hamlib support. As per the instructions on the [Hamlib mailing list](https://sourceforge.net/p/hamlib/mailman/message/35692744/), run the following commands in the Hamlib root directory (you may need to run `sudo apt-get install build-essential autoconf automake libtool` beforehand): + +``` +export PYTHON=/usr/bin/python3 +autoreconf --install +./configure --with-python-binding +make +sudo make install +``` Contact -------