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 --------