Fix for shared librairies
This commit is contained in:
parent
ae07253c2d
commit
b62317555e
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@ sudo make install
|
||||||
# On supprime le code source
|
# On supprime le code source
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf GL4Dummies
|
rm -rf GL4Dummies
|
||||||
|
# Fix pour les librairies partagées (https://stackoverflow.com/a/9395355)
|
||||||
|
sudo ldconfig
|
||||||
|
|
Reference in a new issue