I've downloaded some library archived source files, extracted it in some-library
directory, and then installed it with standard Autotools procedure as specified by library README
file:
./configure
make
sudo make install
Is it now safe to delete some-library
directory because library files are installed in the default directories unless otherwise specified?