deb-ryu/tools
Iwase Yusuke ba1fb5cf06 PyInstaller: Enable to build stand-alone executables
Usage: After installing Ryu (on virtualenv is better), build a
ryu-manager executable as following:
   $ pip install PyInstaller==3.1.1
   $ cd tools/
   $ pyinstaller ryu-manager.spec
   $ ./dist/ryu-manager

Note: PyInstaller==3.2 may have a bug of str encoding, please use
Pyinstaller==3.1.1 instead.
   https://github.com/pyinstaller/pyinstaller/issues/1976

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-08-25 14:25:57 +09:00
..
pyang_plugins pyang_plugins: pep8 style fix 2014-10-14 10:54:36 +09:00
install_venv.py Added test framework, ported from Quantum 2012-05-07 21:29:47 +09:00
normalize_json.py a script to normalize json 2013-08-13 08:12:36 +09:00
pip-requires Make ovs optional 2016-05-26 23:30:49 +09:00
ryu-manager.spec PyInstaller: Enable to build stand-alone executables 2016-08-25 14:25:57 +09:00
test-requires test-requires: Update to use the latest Pylint 2016-06-01 20:38:39 +09:00
topology_graphviz.py a simple script to plot rest_topology's output 2013-08-26 15:04:47 +09:00
with_venv.sh test: remove some unnecessary bash dependencies 2013-01-30 17:24:25 +09:00