Update tutorial.md

This commit is contained in:
Ian A Mason 2018-05-08 10:57:37 -07:00 committed by GitHub
parent a850288f64
commit a2fff80cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,9 @@ I am only going to build apache, not apr, so I first install the prerequisites.
``` ```
>sudo apt-get install llvm libclang-dev clang libapr1-dev libaprutil1-dev >sudo apt-get install llvm libclang-dev clang libapr1-dev libaprutil1-dev
``` Note `gclang` is agnostic with respect to llvm versions ```
Note `gclang` is agnostic with respect to llvm versions
so feel free to install a more recent version if you so feel free to install a more recent version if you
wish. However, if you are going to use dragonegg the llvm version is wish. However, if you are going to use dragonegg the llvm version is
tightly coupled to the gcc and plugin versions you are using. tightly coupled to the gcc and plugin versions you are using.