From b720eb7a359f7de4e79f734198c51e89e9b22d64 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 9 Nov 2020 11:32:29 +0100 Subject: [PATCH] Properly distinguish building form src tarball vs building from git tree. --- pdns/recursordist/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index a38430ae97..07102b4439 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -26,8 +26,7 @@ On Debian and Ubuntu, the following will get you the dependencies: ```sh apt-get install libboost-dev libboost-filesystem-dev libboost-serialization-dev \ libboost-system-dev libboost-thread-dev libboost-context-dev libboost-test-dev \ - libssl-dev libboost-test-dev g++ make automake libtool pkg-config libluajit-5.1-dev \ - ragel curl virtualenv + libssl-dev libboost-test-dev g++ make pkg-config libluajit-5.1-dev ``` Compiling from git checkout @@ -42,7 +41,7 @@ This repository contains the sources for the PowerDNS Recursor, the PowerDNS Authoritative Server, and dnsdist (a powerful DNS loadbalancer). The sources for the recursor are located in the `pdns/recursordist` subdirectory of the repository. -To compile from a git checkout, install ragel, automake, autoconf, libtool and curl. +To compile from a git checkout, install the dependencies above plus ragel, automake, autoconf, libtool, virtualenv and curl. Then run ```sh -- 2.47.2