File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -141,19 +141,14 @@ It is required only if DNSSEC SSHFP retrieval is enabled (it is disabled by
141141default, see the [ Build Options] ( #build-options ) section).
142142
143143The 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
148149For 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
You can’t perform that action at this time.
0 commit comments