aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson2013-01-23 21:21:27 +0000
committerKarl Palsson2013-01-23 21:21:27 +0000
commitb2722a010bb0dfcd3cdc40557b11e4791b309766 (patch)
tree36d91de07637a82c844a3c32ac32679cce1fe5a4
parent20bfcaeb1c773012f1c41e004915b72f6abba352 (diff)
Add notes on build prerequisites
-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
--------