Skip to content

Commit

Permalink
Add notes on build prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
karlp committed Jan 23, 2013
1 parent 20bfcae commit b2722a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit b2722a0

Please sign in to comment.