Difference between revisions of "GNS3: dynamips compile untuk simulator Cisco"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "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/...") |
Onnowpurbo (talk | contribs) |
||
Line 13: | Line 13: | ||
cd build | cd build | ||
cmake .. | cmake .. | ||
+ | cmake -DCMAKE_INSTALL_PREFIX=/target/path .. | ||
+ | |||
make | make | ||
make install | make install | ||
− | |||
− | |||
− | |||
− | |||
==Referensi== | ==Referensi== |
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 .. cmake -DCMAKE_INSTALL_PREFIX=/target/path ..
make make install