Vous avez écrit :
> Yes it works, but it doesn't correctly sets the CMAKE_INSTALL_PREFIX
> variable for some reason (I confess I have basic understanding of
> cmake). I fetch the svn and ran 'cmake -i' and set the variable to
> point to my folder (/home/lxuser/compilation), everything installs
> fine except fontmatrix.desktop which tries to install to /usr/share.
>
> I saw that inside CMakeLists.txt there is this line:
> SET(CMAKE_INSTALL_PREFIX "/usr")
> Changing it manually to:
> SET(CMAKE_INSTALL_PREFIX "/home/lxuser/compilation")
> ...installed everything right. However this is not optimal since
> CMAKE_INSTALL_PREFIX should affect every file, even the desktop files.
> I haven't found this problem in other SVN repositories using cmake.
>
> Hope this helps. So far is looking quite good.

Thanks Pajarico,
Could you update your working directory and retry with
-DCMAKE_INSTALL_PREFIX:PATH=/install/path
 option to cmake invocation? It should work.

Don’t hesitate to subscribe to mailing-list - 
https://mail.gna.org/listinfo/undertype-users/
-- 
Pierre Marchand
http://www.oep-h.com


_______________________________________________
Undertype-users mailing list
Undertype-users@gna.org
https://mail.gna.org/listinfo/undertype-users

Reply via email to