[OSM-dev] Compiling osm-editor; HOWTO?

Nick Whitelegg nick at hogweed.org
Fri Aug 18 12:24:00 BST 2006


On Friday 18 Aug 2006 12:11, Joerg Ostertag (OSM Munich/Germany) wrote:
> Hi,
>
> I just tried to compile osm-editor on my debian etch machine. BUt I can't
> find how to do this. I don't see any autocon or Makefiles and the debian
> make debuild tells me the following:
>
> tweety at moby:~/svn.openstreetmap.org/editors/osm-editor$ debuild
> debuild: fatal error at line 600:
> cannot find readable debian/changelog anywhere!
> Are you in the source code tree?
>
>
> Is there a README i didn't see in svn?
> If there isn't can we add one?

Hello Joerg,

Which version are you trying to compile - the Qt4 version ? (you should do, 
that's the one being developed at the moment).

If so, you use qmake, which is the Trolltech make system for Qt applications. 
Just type

qmake osmeditor2.pro

followed by

make

and it should work.

Nick




More information about the dev mailing list