Skip to content

avdoshkin/gns3-gui

 
 

Repository files navigation

GNS3-gui

New GNS3 GUI repository (beta stage).

Warning: this is not the repository for the stable version of GNS3 (0.8.6), please go to the gns3-legacy repository for it.

Linux/Unix

Dependencies:

cd gns3-gui-master
sudo python3 setup.py install
gns3

Windows

Please use our all-in-one installer.

Mac OS X

Please use our DMG package or you can manually install using the following steps (experimental):

First install homebrew.

Then install GNS3 dependencies.

brew install python3
brew install qt
brew install sip --without-python --with-python3
brew install pyqt --without-python --with-python3

Finally, install both the GUI & server from the source.

cd gns3-gui-master
python3 setup.py install
cd gns3-server-master
python3 setup.py install

Or follow this HOWTO that uses MacPorts.

About

GNS3 Graphical User Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published