Merge pull request #85 "Add notes on build prerequisites"
Merge remote-tracking branch 'karlp/pr_prereq_docs'
This commit is contained in:
commit
3c110fec8e
10
README
10
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.
|
not rely on it, yet! Changes to function names, macro names etc.
|
||||||
can happen at any time without prior notice!
|
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
|
Building
|
||||||
--------
|
--------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user