You must configure your project with the option: "-DCMAKE_INSTALL_PREFIX=/usr/local" ex: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local
But the default value is already /usr/local. (http://www.cmake.org/cmake/help/cmake2.6docs.html#variable:CMAKE_INSTALL_PREFIX) Fabien On Tue, Sep 1, 2009 at 05:50, Галымжан Кожаев<[email protected]> wrote: > I have only one problem: how can I determine install prefix of my > program (e.g./usr/local/), does gtkmm have such functions ? The > program must correctly determine it in order to load program images, > gladefiles and etc. The program uses gtkmm 2.16 and glibmm 2.20, also > CMake 2.6 used for building project. > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
