Update new_library.md

This commit is contained in:
Mike Aizatsky 2016-09-27 11:33:54 -07:00 committed by GitHub
parent 1c1023c6a4
commit 93f54f0e7b
1 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,10 @@ library go into <https://github.com/google/oss-fuzz/tree/master/expat>.
[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