summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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
+