Add notes on build prerequisites

This commit is contained in:
Karl Palsson 2013-01-23 21:21:27 +00:00
parent 20bfcaeb1c
commit b2722a010b

10
README
View File

@ -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
--------