summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-12-08 16:35:29 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-12-08 16:35:29 +0200
commit3e930ff13c6aa70aab57a6ff60ba9f441a281a48 (patch)
tree435ab2accda85f20049e2e7c94494a9f4eb92780 /doc
parentbf52ccc344ef6fe2eca228d5c8c1e140533d0e16 (diff)
Regression: change trex14 config
Doc: add readme file on how to build Change-Id: I2d3765ad90c99e6c7bd839d8c824b6c1fada9c88 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README17
1 files changed, 17 insertions, 0 deletions
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
+