GNS3: dynamips compile untuk simulator Cisco: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump 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 21:50, 21 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