From 42120bba4ba6ce536dcffca69aae618e29b99d68 Mon Sep 17 00:00:00 2001 From: Roelf Wichertjes Date: Sun, 15 Dec 2019 16:05:44 +0100 Subject: [PATCH] Add building instructions to the README. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7bf75c6..894a628 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,21 @@ limitations. For example, JunOS supports only 85,325 prefixes in each prefix-list [4](http://www.juniper.net/techpubs/en_US/junos11.4/topics/reference/configuration-statement/prefix-list-edit-policy-options.html). +BUILDING +-------- + +This project uses autotools. If you are building from the repository, +run the following command to prepare the build system: + + ./bootstrap + +In order to compile the software, run: + + ./configure + make + make install + + SEE ALSO --------