I want to create some package from the source code ( e2fsprogs to be more specific) and install its header files on my system. After that, I will remove the assembly tree so that it is no longer available. What is the right way to do this?
When I want to install the program, I do simply:
$ ./configure $ make
What are the equivalent actions when I want to set the headers?
source share