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
1 changed files with 7 additions and 1 deletions

View File

@ -10,10 +10,16 @@ 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
-----------------