Created
September 30, 2015 00:29
-
-
Save shriphani/e0ef9b2b5d723ee4d582 to your computer and use it in GitHub Desktop.
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
export PATH=/opt/openwebrtc-0.3/bin:$PATH | |
export LD_LIBRARY_PATH=/opt/openwebrtc-0.3/lib:$LD_LIBRARY_PATH | |
export PKG_CONFIG_PATH=/opt/openwebrtc-0.3/lib/pkgconfig:$PKG_CONFIG_PATH | |
export GST_PLUGIN_PATH_1_0=/opt/openwebrtc-0.3/lib/gstreamer-1.0/:$GST_PLUGIN_PATH_1_0 | |
export PYTHONPATH=/opt/openwebrtc-0.3/lib/python2.7/site-packages/:$PYTHONPATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment