summaryrefslogtreecommitdiff
path: root/doc/install.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.texi')
-rw-r--r--doc/install.texi16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/install.texi b/doc/install.texi
index b34f316844..d989928b8f 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -218,18 +218,14 @@ routing utility. It contains @command{ifconfig}, @command{route},
After configuring the software, you will need to compile it for your
system. Simply issue the command @command{make} in the root of the source
-directory and the software will be compiled. If you have *any* problems
-at this stage, be certain to send a bug report @xref{Bug Reports}.
+directory and the software will be compiled. Cliff Note versions of
+different compilation examples can be found in the doc/Building_FRR_on_XXX.md
+files. If you have *any* problems at this stage, be certain to send a
+bug report @xref{Bug Reports}.
@example
-% ./configure
-.
-.
-.
-./configure output
-.
-.
-.
+% ./bootstrap.sh
+% ./configure <appropriate to your system>
% make
@end example
@c A - End of node, Building the Software