Skip to content

Commit 27a0a2a

Browse files
committed
readme DOC minor updates
1 parent dbd97df commit 27a0a2a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,14 @@ It is required only if DNSSEC SSHFP retrieval is enabled (it is disabled by
141141
default, see the [Build Options](#build-options) section).
142142

143143
The easier way of installing it is as the libval-dev package (or a part of
144-
the dnssec-tools package), if you can find it for your distribution. Packages
145-
for some distributions or the source can be downloaded from [here](https://www.dnssec-tools.org/download/).
144+
the dnssec-tools package), if you can find it for your distribution. Otherwise,
145+
compile and install it from [source](https://github.com/DNSSEC-Tools/DNSSEC-Tools/).
146+
Only the validator component (`DNSSEC-Tools/dnssec-tools/validator`) is needed.
146147

147148
### cmocka
148149
For running the tests (see the [Tests](#tests) section for more information).
149150
```
150-
$ git clone git://git.cryptomilk.org/projects/cmocka.git
151-
$ cd cmocka
152-
$ git checkout tags/cmocka-1.0.1
153-
$ mkdir build; cd build
154-
$ cmake ..
155-
$ make
156-
# make install
151+
$ sudo apt-get install libcmocka-dev
157152
```
158153

159154
### Doxygen

0 commit comments

Comments
 (0)