Skip to content

Commit

Permalink
Merge pull request #1 from flanfly/master
Browse files Browse the repository at this point in the history
doc dev dependencies
  • Loading branch information
lambdafu authored Oct 28, 2017
2 parents 8c9191c + a1456b7 commit 513e672
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Aside from a working C++ toolchain you'll need the following libraries.
1. openldap
1. zlib
1. bzip2
1. gcovr (debug builds only)
1. clang-format (debug builds only)
1. cppcheck (debug builds only)
1. doxygen (debug builds only)

## Install

Expand All @@ -32,13 +36,16 @@ With all dependencies installed NeoPG can be build with CMake.
$ git submodule update --init
$ mkdir build
$ cd build
$ cmake .. # or cmake -C ../src/clang.txt ..
$ cmake -DCMAKE_BUILD_TYPE=Release ..
# or cmake -DCMAKE_BUILD_TYPE=Release -C ../src/clang.txt ..
$ make
$ make test # or ./gpg-error-test
```

## Optional

You need to have `gcovr`, `clang-format`, `doxygen` and `cppcheck` installed.

```
$ make pretty
$ make lint
Expand Down

0 comments on commit 513e672

Please sign in to comment.