".lib" -> ".libs"

pull/61/head
Christian T. Jacobs 2017-06-24 18:04:08 +01:00
rodzic f29ece0033
commit 34625292e2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -81,9 +81,9 @@ There currently does not exist a Python 3-compatible Debian package for [Hamlib]
make
sudo make install
You will also need to append the Hamlib `bindings` and `bindings/.lib` directories to the `PYTHONPATH`:
You will also need to append the Hamlib `bindings` and `bindings/.libs` directories to the `PYTHONPATH`:
export PYTHONPATH=$PYTHONPATH:/path/to/hamlib/bindings:/path/to/hamlib/bindings/.lib
export PYTHONPATH=$PYTHONPATH:/path/to/hamlib/bindings:/path/to/hamlib/bindings/.libs
Contact
-------