INSTALL readme: Add Prerequisites for openSUSE users (#164)

* Add Prerequisites for OpenSuse users

* Update INSTALL

* Update INSTALL
This commit is contained in:
Henrique Meira 2017-04-04 18:06:46 -03:00 committed by kernc
parent 0aab01a5c5
commit 8d5b63bafd

View File

@ -10,11 +10,17 @@ unzipping, configuring, and building.
Prerequisites
-------------
You need autotools to build the code from source:
You need some tools to build the code from source:
# On Debian-based distros
apt-get update
apt-get install -y autotools
# On openSUSE
zypper install automake
zypper install gcc-c++
Build and Install
-----------------