From b2722a010bb0dfcd3cdc40557b11e4791b309766 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 23 Jan 2013 21:21:27 +0000 Subject: Add notes on build prerequisites --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -------- -- cgit v1.2.3