Skip to content

Instantly share code, notes, and snippets.

@rummanwaqar
Created April 25, 2017 19:58
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 rummanwaqar/941bf67701de85814396b3365b891c46 to your computer and use it in GitHub Desktop.
Save rummanwaqar/941bf67701de85814396b3365b891c46 to your computer and use it in GitHub Desktop.
ldconfig add opencv3 from ROS
# add ros libraries to ldconfig
sudo sh -c "echo '/opt/ros/kinetic/lib' >> /etc/ld.so.conf"
# rebuild ldconfig
sudo ldconfig
# check if it worked
ldconfig -p | grep opencv3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment