Created
April 1, 2015 04:50
-
-
Save upa/ffc8e909f91646068b5d to your computer and use it in GitHub Desktop.
required packages for ns-3-dce on ubuntu 14.04.1 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
minimal required packages to compile ns-3-dce on ubuntu 14.04.1 LTS | |
git gcc make | |
mercurial bzr g++ cvs unzip unrar cmake p7zip-rar autoconf | |
libpcap-dev libexpat-dev libdb-dev bison flex libssl-dev pkg-config | |
for elf-loader (optional) : libc6-dbg | |
make testbin -C arch/sim/test (net-next-sim) | |
or | |
make testbin -C tools/testing/libos (net-next-nuse) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment