kgoba / ft8_lib

FT8 library
MIT License
201 stars 67 forks source link

recommend installing library in /usr/local/lib, not /usr/lib #32

Open ka9q opened 1 year ago

ka9q commented 1 year ago

I recommend that 'make install' install libft8.a in /usr/local/lib rather than /usr/lib. I think this is the convention for locally built packages; /usr/lib is reserved for packages controlled by a distribution manager (e.g., 'apt' in Debian Linux). Also, on MacOS, /usr/lib is not writable by default even by a local root user.