I am working on a project which takes considerable time to build (10-15) minutes. I have recompiled to verify if there is a compilation error. Now I want to change the install d
Just in case if someone is not using CMake then there is a method to do that in Makefile. If you have Makefile.config file generated in your build directory, find the prefix
. This prefix
is the install path
where binaries/headers etc. will be installed. Changing this will install the binaries/headers to the modified path
.