Skip to content

Instantly share code, notes, and snippets.

@upa
Created April 1, 2015 04:50
Show Gist options
  • Save upa/ffc8e909f91646068b5d to your computer and use it in GitHub Desktop.
Save upa/ffc8e909f91646068b5d to your computer and use it in GitHub Desktop.
required packages for ns-3-dce on ubuntu 14.04.1 LTS
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