Adding dependencies without rosdep
I do not have root access on a system that I am trying to install ROS on. I've had some success so far using a python virtualenv, but that has not allowed me to run rosdep. Currently, my catkin build stops while building roslib, saying "Project 'roslib' tried to find library 'tinyxml'". I tried installing tinyxml on my own and manually adding it to my LD_LIBRARY_PATH, but that does not seem to work. Any tips?