GNS3-0.7.4-src

所属分类:网络
开发工具:Python
文件大小:4734KB
下载次数:32
上传日期:2011-10-13 20:22:56
上 传 者rijjjj
说明:  强大的思科路由器模拟软件GNS3的源代码
(the source code of gns3)

文件列表:
GNS3-0.7.4-src\.hg_archival.txt (153, 2011-04-11)
GNS3-0.7.4-src\.hgignore (93, 2011-04-11)
GNS3-0.7.4-src\.hgtags (1520, 2011-04-11)
GNS3-0.7.4-src\.project (358, 2011-04-11)
GNS3-0.7.4-src\.pydevproject (552, 2011-04-11)
GNS3-0.7.4-src\AUTHORS (73, 2011-04-11)
GNS3-0.7.4-src\CHANGELOG (9859, 2011-04-11)
GNS3-0.7.4-src\GNS3.e4p (9612, 2011-04-11)
GNS3-0.7.4-src\LICENSE (17987, 2011-04-11)
GNS3-0.7.4-src\TODO (1983, 2011-04-11)
GNS3-0.7.4-src\baseconfig.txt (83, 2011-04-11)
GNS3-0.7.4-src\docs\man\gns3.1 (1004, 2011-04-11)
GNS3-0.7.4-src\gns3 (2176, 2011-04-11)
GNS3-0.7.4-src\gns3.icns (9460, 2011-04-11)
GNS3-0.7.4-src\qemuwrapper\make-qemuwrapper-exe.py (109, 2011-04-11)
GNS3-0.7.4-src\qemuwrapper\pemubin.py (868374, 2011-04-11)
GNS3-0.7.4-src\qemuwrapper\qemuwrapper.py (34153, 2011-04-11)
GNS3-0.7.4-src\setup.py (8635, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Annotation.py (4223, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Application.py (26471, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Config\Config.py (16444, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Config\Defaults.py (6458, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Config\Objects.py (5590, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Config\Preferences.py (5033, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Config\__init__.py (0, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Console.py (19992, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\AbstractDefaults.py (1739, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\AnyEmuDefaults.py (2965, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\IOSRouter1700Defaults.py (1194, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\IOSRouter2600Defaults.py (1195, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\IOSRouter3600Defaults.py (1233, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\IOSRouter3700Defaults.py (1496, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\IOSRouter7200Defaults.py (1272, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\IOSRouterDefaults.py (3668, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Defaults\__init__.py (0, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Dynagen\COPYING (18181, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Dynagen\__init__.py (59, 2011-04-11)
GNS3-0.7.4-src\src\GNS3\Dynagen\confConsole.py (92827, 2011-04-11)
... ...

INSTALLATION * GNS3 dependencies: - Qt 4.5.1 (or higher) - Python 2.6 (or higher) - Sip 4.5 (or higher) - PyQt 4.5 (or higher) * WINDOWS users: Download the GNS3 all-in-one for Windows on http://www.gns3.net (~12 MB) This program will install a binary version of GNS3 as well as Dynamips, Qemu and WinPCAP. Recommendation: Dynamips has better performances on other platforms such as Linux or Mac OS X. * Linux users: On Linux you just need to install a package called python-qt4 (or similar). Instead, you can compile all the dependencies manually. A debian package is now available, until officially released with Debian/Ubuntu follow instructions on http://gpl.code.de/oswiki/GplcodedeApt and install "gns3" package (it might not be up-to-date). * MacOS X users: Method 1. 1. Install the Apple Devs Tools (on your Mac OS X DvD or download it on ADC account). Run and install XcodeTools.mpkg. 2. Download Python 2.6 for MacOS X on http://www.python.org/download/ and install it. 3. Download Qt librairies for Mac on http://qt.nokia.com/downloads and install it. 4. Download SIP on http://www.riverbankcomputing.com/software/sip/download, compile and install it: Open terminal and cd into the folder you downloaded the tar file and compile via the following commands (example for SIP 4.9.3): Macintosh:$ tar xvzf sip-4.9.3.tar.gz Macintosh:$ cd sip-4.9.3 Macintosh:sip-4.9.3$ python configure.py Macintosh:sip-4.9.3$ make Macintosh:sip-4.9.3$ make install 5. Download PyQt on http://www.riverbankcomputing.com/software/pyqt/download, compile and install it: Again, run the following commands to decompress and compile PyQt (example for PyQt 4.6.2): Macintosh:$ tar xvzf PyQt-mac-gpl-4.6.2.tar.gz Macintosh:$ cd PyQt-mac-gpl-4.6.2 Macintosh:PyQt-mac-gpl-4.6.2$ python configure.py Macintosh:PyQt-mac-gpl-4.6.2$ make Macintosh:PyQt-mac-gpl-4.6.2$ make install 6. Download and start GNS3. Method 2 (this can take a few hours as everything is compiled). 1. Download and install MacPorts http://guide.macports.org/#installing (you will need the Apple Devs Tools). 2. Open a terminal and install GNS3 dependencies. Macintosh:$ sudo port install python26 Macintosh:$ sudo port install py26-sip Macintosh:$ sudo port install py26-pyqt4 Macintosh:$ sudo port install qt4-mac Optionnal: to prevent MacPorts to install the last version of the dependencies (which may not work properly with GNS3), you can force a specified version with @. Example: Macintosh:$ sudo port install python26 Macintosh:$ sudo port install py26-sip @4.9.3_0 Macintosh:$ sudo port install py26-pyqt4 @4.6.2_0 Macintosh:$ sudo port install qt4-mac @4.5.3_0 3. Download and start GNS3

近期下载者

相关文件


收藏者