On Wed, 29 Mar 2017, Dave Page wrote:
> Have you followed the instructions in the README?
Dave,
Yes. in the section titled, Building.
"To build the runtime, the following packages must be installed:
- QT 4.6 or above (older versions may work, but haven't been tested).
- Python 2.6 or above."
Installed here are python3-PyQt5-5.6 and python3-3.6.0.
"Assuming both qmake and python-config are in the path:
$ cd $PGADMIN4_SRC/runtime
$ qmake
Project MESSAGE: Building for QT5+...
$ make
..."
Followed this by 'make install'
Rich