aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2013-02-18 14:10:10 -0800
committerPiotr Esden-Tempski2013-02-18 14:10:10 -0800
commit3c110fec8e5a3e39b5ae49e26295608544de4110 (patch)
treeeaccbd439ced29815421b43a7ebe88ad07d08ec2
parent6eef01ce26243184c04a0f8e8409912d8924a14c (diff)
parentb2722a010bb0dfcd3cdc40557b11e4791b309766 (diff)
Merge pull request #85 "Add notes on build prerequisites"
Merge remote-tracking branch 'karlp/pr_prereq_docs'
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 5d3e064..44cbeab 100644
--- a/README
+++ b/README
@@ -28,6 +28,16 @@ IMPORTANT: The API of the library is NOT yet considered stable! Please do
not rely on it, yet! Changes to function names, macro names etc.
can happen at any time without prior notice!
+Prerequisites
+-------------
+
+Building requires python, and a python YAML module. (Some code is generated)
+
+For Ubuntu
+ $ [sudo] apt-get install python-yaml
+
+For Fedora
+ $ [sudo] yum install PyYAML
Building
--------