I installed libglfw
using apt
. I looked at /lib
, /usr/lib
and /usr/local/lib
but the library is not there. Where is it stored?
Asked
Active
Viewed 14 times
0
dpkg -L libglfw
will show. ...... (( /usr/lib/ : Changed ten years ago, with Ubuntu 11.04 → it is now mostly/usr/lib/x86_64-linux-gnu/
)) – Knud Larsen Feb 17 '22 at 17:10