GNS3: dynamips compile untuk simulator Cisco

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/dynamips

instalasi

apt install libelf-dev libpcap0.8-dev libpcap-dev cmake

Compile

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

atau

cmake -DCMAKE_INSTALL_PREFIX=/target/path ..

Referensi

Pranala Menarik