Last active
          August 29, 2015 14:26 
        
      - 
      
- 
        Save etaf/39b9001ddfaa3d48a4aa to your computer and use it in GitHub Desktop. 
    kemy-centos-docker
  
        
  
    
      This file contains hidden or 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
    
  
  
    
  | 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