[Qgis-developer] QGIS Canvas API : Hello Word

Anne Ghisla a.ghisla at gmail.com
Sat Feb 6 13:03:41 EST 2010


On Sat, Feb 6, 2010 at 7:57 PM, Michael musset <mickamusset at gmail.com> wrote:
> Hi,
>
> i'm trying to follow this tutorial :
> http://blog.qgis.org/node/10
>
> and when i tape the command cmake .. i'm getting this error :
>
> CMake Error: The source directory "/home/micka" does not appear to contain
> CMakeLists.txt.
> Specify --help for usage, or press the help button on the CMake GUI.

Hi Michael,

the code snippet misses

cd build/

before running cmake. cmake .. means that CMakeLists.txt will be
searched in the parent directory (correct me if wrong).

hope this helps and happy hacking :)
Anne


More information about the Qgis-developer mailing list