GNS3: Re-install dynamips untuk IOS

From OnnoWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Sumber: https://github.com/GNS3/gns3-server/issues/1363#issuecomment-403817051

sudo apt -y install libc6-dev-i386
sudo apt -y install libelf-dev:i386 libpcap0.8-dev:i386
sudo apt -y install git cmake libelf-dev libpcap0.8-dev
mkdir /usr/local/src
git clone https://github.com/GNS3/dynamips.git
cd dynamips
mkdir build
cd build
cmake .. -DDYNAMIPS_ARCH=x86
make
sudo make install


Referensi