From 93b71f6183ff050e610d7ef5c967adcaebb4cf72 Mon Sep 17 00:00:00 2001 From: Shaheed Haque Date: Mon, 26 Dec 2016 10:11:17 +0000 Subject: [PATCH 1/2] Document Ubuntu dependencies. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70c3dbe..18d94ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ -PyKF5 bindings prooving ground -============================== +PyKF5 bindings proving ground +============================= + +Dependencies + + Ubuntu + + sudo apt install qtbase5-dev # For QtCore + sudo apt install python-sphinx # For Sphinx documentation generator + sudo apt-install python3-sip-dev # For sip.h Build with From 5d64ba21cceb9282e738127ed720a8a9205746c6 Mon Sep 17 00:00:00 2001 From: Shaheed Haque Date: Tue, 27 Dec 2016 11:20:40 +0000 Subject: [PATCH 2/2] More and reorganised dependency documentation. --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18d94ef..ac70acb 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,16 @@ PyKF5 bindings proving ground Dependencies - Ubuntu + Ubuntu "sudo apt install" - sudo apt install qtbase5-dev # For QtCore - sudo apt install python-sphinx # For Sphinx documentation generator - sudo apt-install python3-sip-dev # For sip.h + python-sphinx # For Sphinx documentation generator + python3-sip-dev # For sip.h + + qtbase5-dev # For QtCore + qttools5-dev # For kwidgetsaddons + kdoctools-dev libkf5guiaddons-dev # For kconfigwidgets + qtdeclarative5-dev # For ki18n + libqt5x11extras5-dev # For kjobwidgets Build with