2019-01-15 Fred Gleason <fredg@paravelsystems.com>

* Updated 'INSTALL'.
This commit is contained in:
Fred Gleason 2019-01-15 18:15:49 -05:00
parent 81049eec8e
commit 9b6a859f01
2 changed files with 19 additions and 6 deletions

View File

@ -18384,3 +18384,5 @@
2019-01-15 Fred Gleason <fredg@paravelsystems.com> 2019-01-15 Fred Gleason <fredg@paravelsystems.com>
* Replaced deprecated 'configparser' method call in the * Replaced deprecated 'configparser' method call in the
'pypad.Receiver::setConfigFile()' method. 'pypad.Receiver::setConfigFile()' method.
2019-01-15 Fred Gleason <fredg@paravelsystems.com>
* Updated 'INSTALL'.

23
INSTALL
View File

@ -46,10 +46,25 @@ Python, v3.4 or later
Open source scripting language. Included with most distros, or available at: Open source scripting language. Included with most distros, or available at:
https://www.python.org/. https://www.python.org/.
PycURL, v7.43.0 or later
Python interface to libcurl. Available at http://pycurl.io/.
PyMySQL, v1.3.12 or later
Python library for accessing MySQL databases. Available at
https://github.com/PyMySQL/mysqlclient-python.
PySerial, v 3.2.1 or later
Python library for accessing serial devices. Available at
https://pythonhosted.org/pyserial/.
Requests, v2.12.5 or later
HTTP transfer library for Python. Available at
http://docs.python-requests.org/.
Qt Toolkit, v4.6 or better Qt Toolkit, v4.6 or better
Most modern Linux distros include this. It's typically installed as part Most modern Linux distros include this. It's typically installed as part
of the KDE Desktop Environment, although KDE is by no means required. of the KDE Desktop Environment, although KDE is by no means required.
It can also be downloaded directly from TrollTech (http://www.trolltech.com/). It can also be downloaded directly at http://www.qt.io/.
Secret Rabbit Code Secret Rabbit Code
A sample-rate converter library, written by Erik de Castro Lopo. Included A sample-rate converter library, written by Erik de Castro Lopo. Included
@ -143,7 +158,7 @@ running. They are:
1) Setting Up Prerequisites 1) Setting Up Prerequisites
The major prerequisite piece of software needed for a functioning The major prerequisite piece of software needed for a functioning
Rivendell system is the mySQL database engine. This needs to Rivendell system is the MySQL database engine. This needs to
be accessible from the target system (either by running on the local be accessible from the target system (either by running on the local
host, or on a remote system) before Rivendell installation proper host, or on a remote system) before Rivendell installation proper
is commenced. In practice, this means that the 'mysqld' daemon is is commenced. In practice, this means that the 'mysqld' daemon is
@ -156,10 +171,6 @@ is generally beyond the scope of this document. Details can be found
in a number of books on the subject, as well as in the very extensive in a number of books on the subject, as well as in the very extensive
documentation that accompanies the server itself. documentation that accompanies the server itself.
If GPIO support is desired, this is also the time to install and test
the kernel GPIO driver. Full installation instructions as well as the
list of currently supported GPIO boards are included in the package.
2) Installing the Rivendell Package 2) Installing the Rivendell Package