Difference between revisions of "GNS3: Re-install dynamips untuk IOS"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 3: | Line 3: | ||
sudo apt -y install libc6-dev-i386 | sudo apt -y install libc6-dev-i386 | ||
sudo apt -y install libelf-dev:i386 libpcap0.8-dev:i386 | sudo apt -y install libelf-dev:i386 libpcap0.8-dev:i386 | ||
− | sudo apt -y install git cmake | + | sudo apt -y install git cmake libelf-dev libpcap0.8-dev |
+ | mkdir /usr/local/src | ||
git clone https://github.com/GNS3/dynamips.git | git clone https://github.com/GNS3/dynamips.git | ||
cd dynamips | cd dynamips |
Latest revision as of 08:54, 14 December 2018
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