diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-24 16:49:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-24 16:49:37 +0100 |
commit | b977fd4673c92fc264450d66f2f23fbd5ee04aef (patch) | |
tree | 06aadb514998ae10ff4f97da7a620372b229d5d1 | |
parent | 2ef4b8e1148deea14ee8a2c6e402aea33620b5b3 (diff) | |
download | etisnoop-b977fd4673c92fc264450d66f2f23fbd5ee04aef.tar.gz etisnoop-b977fd4673c92fc264450d66f2f23fbd5ee04aef.tar.bz2 etisnoop-b977fd4673c92fc264450d66f2f23fbd5ee04aef.zip |
Mention prerequisites in README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Build etisnoop is using autotools. If you do not have a release containing a ./configure script, run ./bootstrap.sh +Install prerequisites: A C++11 compiler, boost 1.48 or later. + Then do ./configure |