how to modify the install-path without running the configure script/cmake again

前端 未结 5 1947
情歌与酒
情歌与酒 2021-01-30 16:55

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

5条回答
  •  野的像风
    2021-01-30 17:16

    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.

提交回复
热议问题