From 93f54f0e7bdc3a99c32a0f20f5c2c2b0ad77b898 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 27 Sep 2016 11:33:54 -0700 Subject: [PATCH] Update new_library.md --- docs/new_library.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/new_library.md b/docs/new_library.md index f1fada76c..87aa5d1af 100644 --- a/docs/new_library.md +++ b/docs/new_library.md @@ -9,7 +9,10 @@ library go into . [Install Docker]. If you're not familiar with how building libFuzzer-style fuzzers work in -general, check out [this page](http://llvm.org/docs/LibFuzzer.html). +general, check out [this page](http://llvm.org/docs/LibFuzzer.html). In +short, it requires building your library with a recent version of Clang +compiler and special compiler flags. An easy-to-use Docker image is +provided to simplify tool distribution. ## Library directories