From a2c89e1431c7eb2175afea2861ead46faf3a3bb6 Mon Sep 17 00:00:00 2001 From: Lubos Slovak <lubos.slovak@nic.cz> Date: Thu, 23 Jun 2011 12:46:54 +0200 Subject: [PATCH] Actualised Doxygen main page. --- Doxy.page.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Doxy.page.h b/Doxy.page.h index fea576e251..4d0704c984 100644 --- a/Doxy.page.h +++ b/Doxy.page.h @@ -46,20 +46,6 @@ When compiled, the following executables are created (in the src/ directory): - \em unittests - Unit tests for the server and dnslib - \em unittests-zcompile - Unit tests for the zone compiler -<h3>Manual approach</h3> - -1. Compile zones -\code -$ src/knot-zcompile -o example.com.db example.com. samples/example.com.zone -$ src/knot-zcompile -o other-zone.db other-zone.com. other-zone.com.zone -\endcode - -2. Run the server with the compiled zones (use -d to run as a daemon) -\code -$ src/knotd example.com.db other-zone.db -\endcode - -<h3>Using knotc</h3> 1. Add path to knotd and knot-zcompile executables to PATH 2. Prepare a configuration file. You may copy and edit the one provided with -- GitLab