Skip to content

Fixed plugin pathes for some linux distributions

Jannik requested to merge (removed):master into master

This commit adds new plugin search paths for "usr/local/lib[64]" and "usr/lib[64]". Should fix #9 (closed). If this merge request gets accepted the wiki should be updated. It should contain the following information:

sudo gedit /etc/ld.so.conf
# add the line '/usr/local/lib/simspark/' and '/usr/local/lib/rcssserver3d/' if it isn't already there, save and close
sudo ldconfig

Merge request reports