Add building instructions to the README.

This commit is contained in:
Roelf Wichertjes
2019-12-15 16:05:44 +01:00
parent a0d2b476b4
commit 42120bba4b

View File

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