Difference between revisions of "GNS3: dynamips compile untuk simulator Cisco"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 13: | Line 13: | ||
cd build | cd build | ||
cmake .. | cmake .. | ||
+ | |||
+ | atau | ||
+ | |||
cmake -DCMAKE_INSTALL_PREFIX=/target/path .. | cmake -DCMAKE_INSTALL_PREFIX=/target/path .. | ||
+ | lanjut | ||
make | make |
Revision as of 04:50, 22 December 2018
sumber: https://github.com/GNS3/dynamips
instalasi
apt install libelf-dev libpcap0.8-dev libpcap-dev cmake
Compile
cd /usr/local/src git clone git://github.com/GNS3/dynamips.git cd dynamips mkdir build cd build cmake ..
atau
cmake -DCMAKE_INSTALL_PREFIX=/target/path ..
lanjut
make make install