Difference between revisions of "GNS3: Re-install dynamips untuk IOS"

From OnnoWiki
Jump to navigation Jump to search
(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...")
 
 
(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 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


Referensi