GNS3: dynamips compile untuk simulator Cisco

From OnnoWiki
Revision as of 05:14, 22 December 2018 by Onnowpurbo (talk | contribs) (→‎Compile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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