I am new to navit, so please bear with me.

I did succussfully check out the svn src and compile navit,
so far with autotools/make, as I needed / wanted the

  --disable-graphics-qt-qpainter --prefix=/opt/navit

options in the configure step:

  * --prefix=/opt/navit
    I needed for in the final "make install" step all my
    files are copied to /opt/navit

  * --disable-graphics-qt-qpainter
    I needed, because I was facing some difficulties compiling with this
    qt-qpainter stuff and I don't really need it
    (can provide more details if needed)

I am on debian linux / wheezy by the way.
 
So my steps where as follows:

  install build deps...

  $ svn co https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit

  $ cd navit

  $ ./autogen.sh

  $ ./configure --disable-graphics-qt-qpainter --prefix=/opt/navit

  $ make

  $ make install

Now I am reading that autotools/make is to disappear from navit.
Not being an expert on cmake at all:

How do I tell cmake do the aequivalent of the above steps for me,
in particular: how do provide the two above mentioned options
--disable-graphics-qt-qpainter and --prefix=/opt/navit ?

  $ svn co https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit

  $ mkdir navit-build

  $ cd navit-build

  $ cmake ~/path/to/my/svn/checkout/of/navit ...options above ?

  further steps ?


Thanks in advance

-Andreas

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Navit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/navit-users

Reply via email to