Skip to content
Permalink
Browse files

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

* Add Prerequisites for OpenSuse users

* Update INSTALL

* Update INSTALL
  • Loading branch information...
henriquemeira authored and kernc committed Apr 4, 2017
1 parent 0aab01a commit 8d5b63bafdae8b004396069fa133a26d258da07f
Showing with 7 additions and 1 deletion.
  1. +7 −1 INSTALL
@@ -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
-----------------

0 comments on commit 8d5b63b

Please sign in to comment.
You can’t perform that action at this time.