From 3e930ff13c6aa70aab57a6ff60ba9f441a281a48 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 8 Dec 2016 16:35:29 +0200 Subject: Regression: change trex14 config Doc: add readme file on how to build Change-Id: I2d3765ad90c99e6c7bd839d8c824b6c1fada9c88 Signed-off-by: Yaroslav Brustinov --- doc/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/README (limited to 'doc') diff --git a/doc/README b/doc/README new file mode 100644 index 00000000..8c630ff0 --- /dev/null +++ b/doc/README @@ -0,0 +1,17 @@ +How to build the docs: + +You will need following packages installed: + + * asciidoc + * dblatex + * source-highlight + * python-sphinx + +(apt install ...) for Ubuntu +(yum install ...) for Fedora/CentOS + +Then, + +./b configure +./b build + -- cgit 1.2.3-korg