DOC ONLY: fix g2 build documentation
Removed a broken paragraph, replaced it with a link. Some nuisance white-space cleanups courtesy of emacs: (add-hook 'before-save-hook 'delete-trailing-whitespace) Change-Id: Ib348107c2dc0df8249461591015347d7b4f6fa4a Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
@ -92,6 +92,8 @@ Within reason, adding a subdirectory to the SUBDIRS list in
|
||||
.../src/CMakeLists.txt is perfectly OK. The indicated directory will
|
||||
need a CMakeLists.txt file.
|
||||
|
||||
.. _building-g2:
|
||||
|
||||
Here's how we build the g2 event data visualization tool:
|
||||
|
||||
::
|
||||
|
@ -104,17 +104,10 @@ highly scalable, supporting O(1e7 events) and O(1e3 discrete display "tracks").
|
||||
G2 displays binary data generated by the vppinfra "elog.[ch]" logger component,
|
||||
and also supports the CPEL file format, as described in this section.
|
||||
|
||||
Building
|
||||
--------------
|
||||
Building G2
|
||||
-----------
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ cd build-root
|
||||
$ make g2-install
|
||||
$ ./install-native/g2/bin/g2 --help
|
||||
g2 [--ticks-per-us <value>][--cpel-input <filename>] [--clib-input <filename]>
|
||||
G2 (x86_64 GNU/Linux) major version 3.0
|
||||
Built Wed Feb 3 10:58:12 EST 2016
|
||||
This link describes :ref:`how to build G2 <building-g2>`
|
||||
|
||||
Setting the Display Preferences
|
||||
------------------------------------------------
|
||||
|
Reference in New Issue
Block a user