On Tue, Jul 21, 2015 at 8:10 PM, Martin Landa <[email protected]> wrote: > Hi, > > I am trying to compile QGIS 2.10.1 with GRASS support, but `cmake` > cannot find GRASS7 even I provide variables below: > > -D WITH_GRASS=ON \ > -D > GRASS_PREFIX=/opt/src/grass70_release/dist.x86_64-unknown-linux-gnu/ > \
Use WITH_GRASS7, GRASS_PREFIX7 and GRASS_INCLUDE_DIR7 for GRASS 7. WITH_GRASS, GRASS_PREFIX and GRASS_INCLUDE_DIR are for GRASS 6. Radim > GRASS is locally compiled in: > > ls /opt/src/grass70_release/dist.x86_64-unknown-linux-gnu/ > AUTHORS CHANGES contributors_extra.csv demolocation > driver fonts grass70.tmp include locale scripts > tools translators.csv > bin contributors.csv COPYING docs etc > GPL.TXT gui lib REQUIREMENTS.html share > translation_status.json > > Where could be a problem? Thanks in advance, Martin > > -- > Martin Landa > http://geo.fsv.cvut.cz/gwiki/Landa > http://gismentors.cz/mentors/landa > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
