]> git.proxmox.com Git - mirror_frr.git/commitdiff
doc: Cleanup 'Build the Software'
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 5 Apr 2017 00:36:16 +0000 (20:36 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Apr 2017 21:20:32 +0000 (17:20 -0400)
The frrouting.org web page:
https://frrouting.org/manual/Build-the-Software.html#Build-the-Software
is built from doc/install.texi.  The output on this page is a bit
missleading, let's clean it up some.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
doc/install.texi

index 8c501ed45dd4e3aa8b13cdb0c4c06a01f874cd12..595898277ad555191a0cecf2656e357cb85e5fa8 100644 (file)
@@ -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