Switch to unified view

a b/INSTALL.md
1
## Requirements
2
3
The following packages are required in order to compile mpdas:
4
5
* libcurl, this is generally provided by one of the following (depending which "flavour" you favour):
6
    * libcurl4-gnutls-dev (GnuTLS flavour)
7
    * libcurl4-nss-dev (NSS flavour)
8
    * libcurl4-openssl-dev (OpenSSL flavour)
9
* libmpdclient-dev
10
11
## Building and Installing
12
13
mpdas uses `make` for building so this is generally as simple as
14
15
    make
16
    sudo make install
17