Hey.
I git cloned the pciutils repository (see here), and now I want to write my own version of lspci.
What do I need to do in order for this wonderful library to be available for me?
Note: I am not interested in compiling the repo. I know how to do that.
What I want is for these headers and objects files to be available for me when I run gcc $my_file.
(the same way I can, for example, include the math.h header to any of my source files and compile with -lmath)
Thanks!