GNS3: Re-install dynamips untuk IOS: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) Created page with "Sumber: https://github.com/GNS3/gns3-server/issues/1363#issuecomment-403817051 sudo apt install libc6-dev-i386 sudo apt install libelf-dev:i386 libpcap0.8-dev:i386 sudo ap..." |
Onnowpurbo (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Sumber: https://github.com/GNS3/gns3-server/issues/1363#issuecomment-403817051 | Sumber: https://github.com/GNS3/gns3-server/issues/1363#issuecomment-403817051 | ||
sudo apt install libc6-dev-i386 | sudo apt -y install libc6-dev-i386 | ||
sudo apt install libelf-dev:i386 libpcap0.8-dev:i386 | sudo apt -y install libelf-dev:i386 libpcap0.8-dev:i386 | ||
sudo apt 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 01: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