Skip to content

Instantly share code, notes, and snippets.

@etaf
Last active August 29, 2015 14:26
Show Gist options
  • Save etaf/39b9001ddfaa3d48a4aa to your computer and use it in GitHub Desktop.
Save etaf/39b9001ddfaa3d48a4aa to your computer and use it in GitHub Desktop.
kemy-centos-docker
yum install -y epel-release
yum install -y git boost boost-devel libX11-devel xorg-x11-proto-devel libXt-devel libXmu-devel autoconf automake make gcc gcc-c++ protobuf protobuf-devel pkg-conf jemalloc* tmux vim zsh autojump
cd /home
curl -sSL http://etaf.me/public/ns-allinone-2.35.tar.gz | tar -xz
cd ns-all*
rm ns-2.35 -rf
git clone https://github.com/etaf/ns4kemy.git && mv ns4kemy ns-2.35
cd ns-2.35/queue/kemy-train
./autogen.sh && ./configure > configure_out && make clean && make
cd -
sed -i '1i alias make="make -j 4"' ./install
./install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment