How to make C/C++ libraries usable without directly copying the file in my project?
I have a question, about how i could manage to make a library that don't need to get the file copied into the user project, but he could just include the file just by using a bash installation script.
If this is still not clear to you, take an example of downloading a library via the "install" command.
Every files dont have to be copied into the user project, right? (for example when installing SDL2).
I wonder if it is something similar to the process of placing an executable into '/usr/bin'.
Thanks you for reading and please let me know if i didn't detail/explain clearly my situation.