mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
43 lines
749 B
ReStructuredText
43 lines
749 B
ReStructuredText
GNS3-gui
|
|
========
|
|
|
|
.. image:: https://travis-ci.org/GNS3/gns3-gui.svg?branch=master
|
|
:target: https://travis-ci.org/GNS3/gns3-gui
|
|
|
|
.. image:: https://img.shields.io/pypi/v/gns3-gui.svg
|
|
:target: https://pypi.python.org/pypi/gns3-gui
|
|
|
|
|
|
GNS3 GUI repository.
|
|
|
|
Installation
|
|
------------
|
|
|
|
https://gns3.com/support/docs
|
|
|
|
Development
|
|
-------------
|
|
|
|
If you want to update the interface, modify the .ui files using QT tools. And:
|
|
|
|
.. code:: bash
|
|
|
|
cd scripts
|
|
python build_pyqt.py
|
|
|
|
Debug
|
|
"""""
|
|
|
|
If you want to see the full logs in the internal shell you can type:
|
|
|
|
.. code:: bash
|
|
|
|
debug 2
|
|
|
|
|
|
Or start the app with --debug flag.
|
|
|
|
Due to the fact PyQT intercept you can use a web debugger for inspecting stuff:
|
|
https://github.com/Kozea/wdb
|
|
|