Add openSUSE package install command and notes

Curtis Gedak 2017-05-26 14:44:16 -06:00
parent 98f067c26f
commit 5f423698f6

@ -26,17 +26,21 @@ Following are some ways to invoke a terminal session with different window manag
## Install Required Software Packages
Manuskript is written in Python (v3) programming language and uses the cross-platform QT (v5) UI framework and also requires some additional software.
Manuskript is written in Python (v3) programming language and uses the cross-platform QT (v5) UI framework and also requires some additional software. Accept all other dependencies as proposed.
**Debian/Ubuntu**:
**Debian / Ubuntu**:
sudo apt install python3 python3-pyqt5 python3-pyqt5.qtwebkit libqt5svg5 python3-lxml zlib1g
**Fedora**:
**Fedora / CentOS**:
su -c "dnf install python3 python3-qt5 python3-qt5-webkit qt5-qtsvg python3-lxml zlib"
Accept all other dependencies as proposed.
**openSUSE**:
sudo zypper install python3 python3-qt5 libQt5Svg5 python3-lxml
On openSUSE I was able to run **manuskript** but unable to find appropriate packages for _python3-pyqt5.webkit_ and _zlib1g_.
## Install Optional Dependencies
@ -46,6 +50,8 @@ PyEnchant is used for spellchecking.
sudo apt install python3-enchant
On openSUSE I installed _python3-enchant_ but for some reason spell check was not enabled.
## Install Git
The source code for **Manuskript** is managed with the _git_ distributed version control system, and hence we need git to be able to clone a copy of the source code.