2017-01-20 9 views
0

私はglfwのインストールに問題があったのでこのHow to build & install GLFW 3 and use it in a Linux projectを読んでいました。私が "make install"を実行したとき、これが出力でした。/usr/local/includeと/ usr/libに/ usr/includeの代わりにCmakeが何かをインストールしています

blah blah blah build target [100%] 
-- Install configuration: "" 
-- Installing: /usr/local/include/GLFW 
-- Installing: /usr/local/include/GLFW/glfw3.h 
-- Installing: /usr/local/include/GLFW/glfw3native.h 
-- Installing: /usr/local/lib/cmake/glfw3/glfw3Config.cmake 
-- Installing: /usr/local/lib/cmake/glfw3/glfw3ConfigVersion.cmake 
-- Installing: /usr/local/lib/cmake/glfw3/glfw3Targets.cmake 
-- Installing: /usr/local/lib/cmake/glfw3/glfw3Targets-noconfig.cmake 
-- Installing: /usr/local/lib/pkgconfig/glfw3.pc 
-- Installing: /usr/local/lib/libglfw3.a 

代わりに/ usr/includeにインストールするにはどうすればよいですか?

答えて

関連する問題