Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私がやろうとしていることの写真です。
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$home/hassan/c++ を試しました (これは、表示されるフォルダーです)
または LD_LIBRARY_PATH=home/hassan/c++
運がない
助けてください!
ありがとう
フルパスで LD_LIBRARY_PATH を設定します。
export LD_LIBRARY_PATH=`pwd -P`
次のステップが必要かどうかはわかりませんが、それでも問題が解決しない場合は、so.2 ファイルをシンボリック リンクします。
ln -s libsfml-graphics.so.2 libsfml-graphics.so