Building on Debian Jessie With Nvidia Drivers

doc

New Member
so i was having a hard time getting OBS to build on Debian Jessie with Nvidia Drivers 358 tell i removed the link and replaced it i hope this helps you
Code:
sudo rm /usr/lib/x86_64-linux-gnu/libGL.so 
sudo ln -s /usr/lib/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so
 
Top