gns 3 read

6
How to use This Version can be compiled on Linux and Windows/MinGW This version requires 32 bit CPU (or 64Bit CPU in 32 bit mode) Compile from source on linux, Required - gcc3.4 (gcc 4.x is not supported) 1. Edit Make file, and customize lines CC=gcc-3.4 HOST_CC=gcc-3.4 CC specifies gcc-3.4 executable - in some systems it could be just gcc. 2. Type "make" Compile from source on Windows Requires MinGw and eventually some other libs and header (like libz) 1. Edit Makefile and uncomment line CONFIG_WIN32=YES Change CC and HOST_CC lines to CC=gcc HOST_CC=gcc 2. Compile as any other mingw program How to use: 1. Download PIXOS image from somewhere 2. Edit pemu.ini, it should look like: -----

description

gns3 readme

Transcript of gns 3 read

How to use

This Version can be compiled on Linux and Windows/MinGWThis version requires 32 bit CPU (or 64Bit CPU in 32 bit mode)

Compile from source on linux,Required - gcc3.4 (gcc 4.x is not supported)1. Edit Make file, and customize linesCC=gcc-3.4HOST_CC=gcc-3.4CC specifies gcc-3.4 executable - in some systems it could be just gcc.2. Type "make"

Compile from source on WindowsRequires MinGw and eventually some other libs and header (like libz)1. Edit Makefile and uncomment lineCONFIG_WIN32=YESChange CC and HOST_CC lines to CC=gccHOST_CC=gcc2. Compile as any other mingw program

How to use:1. Download PIXOS image from somewhere2. Edit pemu.ini, it should look like:-----serial=0x12345678