diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-06-13 16:24:30 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-22 16:07:41 +0900 |
commit | cec1254a35bce38f8f5ca6de28aa055e2f1818e7 (patch) | |
tree | 8aa3af6227512fbb09e4c59ebb9e55ca0e484616 | |
parent | 03c67d368dfa19bba6f070b060fb15aace4dd703 (diff) |
README: Dependencies for installing optional requirements
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -47,6 +47,16 @@ If you want to use the functionalities, please install requirements:: Please refer to tools/optional-requires for details. +Prerequisites +============= +If you got some error messages at installation step, please confirm +dependencies for building required Python packages. + +On Ubuntu(16.04 LTS or later):: + + % apt install gcc python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev + + Support ======= Ryu Official site is `<http://osrg.github.io/ryu/>`_. |