From 4ecf9ad8c6e2a39c1d658828360887937e3c49e6 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 24 Aug 2017 11:36:20 +0200 Subject: [PATCH] The submodule update --init only for git checkouts --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88570502..b54c8f73 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,6 @@ If you are installing from packages, you have to install the library and also th External dependencies are linked outside the getdns API build tree (we rely on configure to find them). We would like to keep the dependency tree short. Please refer to section for building on Windows for separate dependency and build instructions for that platform. -Before building, you must do: - - # git submodule update --init - * [libunbound from NLnet Labs](https://unbound.net/) version 1.4.16 or later. * [libidn from the FSF](https://www.gnu.org/software/libidn/) version 1. (Note that the libidn version means the conversions between A-labels and U-labels may permit conversion of formally invalid labels under IDNA2008.) * [libssl and libcrypto from the OpenSSL Project](https://www.openssl.org/) version 0.9.7 or later. (Note: version 1.0.1 or later is required for TLS support, version 1.0.2 or later is required for TLS hostname authentication) @@ -84,7 +80,10 @@ For example, to build on a recent version of Ubuntu, you would need the followin If you are building from git, you need to do the following before building: - # libtoolize -ci (use glibtoolize for OS X, libtool is installed as glibtool to avoid name conflict on OS X) + + # git submodule update --init + + # libtoolize -ci # (use glibtoolize for OS X, libtool is installed as glibtool to avoid name conflict on OS X) # autoreconf -fi