diff options
| -rw-r--r-- | README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -1,4 +1,5 @@  [](https://travis-ci.org/bloodstalker/cgrep) +[](https://ci.appveyor.com/project/bloodstalker/cgrep)  [](https://lgtm.com/projects/g/bloodstalker/cgrep/context:cpp)  [](https://app.fossa.io/projects/git%2Bgithub.com%2Fbloodstalker%2Fcgrep?ref=badge_shield)  <a href="https://scan.coverity.com/projects/bloodstalker-cgrep"> @@ -26,6 +27,8 @@ The makefile assumes clang is called `clang` and llvm-config is called `llvm-con  ```bash  make CXX=clang-9.0 LLVM_CONF=llvm-config-9.0  ``` +For windows builds, cygwin builds are supported. get llvm and clang along with their sources and build like usual.<br/> +  ## Usage  A simple usage example:<br/>  ```bash | 
