Sfoglia il codice sorgente

Fixes #206 - adds hint to install libcap

Adds hint that libcap is required
Martin Melik-Merkumians 6 anni fa
parent
commit
89f469c08a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -35,7 +35,8 @@ installed. You will need to have the following installed:
 * CMake
 * gcc
 * make
-* binutils 
+* binutils
+* the development library of libcap (libcap-dev or equivalient)
  
 for normal building. These should be installed on most Linux installations and
 are part of the development packages of Cygwin.