Skip to content

Instantly share code, notes, and snippets.

@v-i-s-h
Created January 21, 2017 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v-i-s-h/892e9cc0f5f1c88673da0bc20690362e to your computer and use it in GitHub Desktop.
Save v-i-s-h/892e9cc0f5f1c88673da0bc20690362e to your computer and use it in GitHub Desktop.
Revive ns3 installation in Mac OSX 10.10
export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:$PKG_CONFIG_PATH
./waf distclean
./waf configure --enable-test --enable-example
./waf build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment