Re: [Libosmscout-development] Compile OSMScout2
Library for OpenStreetMap offline rendering and routing
Status: Beta
Brought to you by:
tteuling
From: Егор К. <kl...@ya...> - 2017-06-08 11:13:58
|
Hi Tim, I don't understand something) 1) //////////////////////////////////////////////////////////////////////// $ cmake .. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find MARISA (missing: MARISA_INCLUDE_DIRS MARISA_LIBRARIES) -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR) -- Could NOT find ICONV (missing: ICONV_LIBRARIES) -- Could NOT find LIBLZMA (missing: LIBLZMA_INCLUDE_DIRS LIBLZMA_LIBRARIES) -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find LIBAGG (missing: LIBAGG_INCLUDE_DIRS LIBAGG_LIBRARIES) -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find Pango (missing: PANGO_INCLUDE_DIRS PANGO_LIBRARIES) -- Could NOT find Matlab (missing: Matlab_INCLUDE_DIRS Matlab_MEX_LIBRARY Matlab_MEX_EXTENSION Matlab_ROOT_DIR) -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Could NOT find GPERFTOOLS (missing: GPERFTOOLS_INCLUDE_DIRS GPERFTOOLS_LIBRARIES) CMake Warning at cmake/features.cmake:173 (message): No iconv support Call Stack (most recent call first): CMakeLists.txt:155 (include) Skip LookupText demo, marisa dependency is missing. Skip Tiler and DrawMapAgg demos, libosmscout-map-agg is missing. Skip DrawMapCairo demo, libosmscout-map-cairo is missing. Skip ResourceConsumptionQt and DrawMapQt demos, libosmscout-map-qt is missing. Skip DrawMapDirectX demo, libosmscout-map-directx is missing. Skip DrawTextQt test, libosmscout-map-qt is missing. -- libosmscout build configuration: -- Shared libraries: ON -- core library: ON -- import library: OFF -- map drawing interface: ON -- - Agg map drawing backend: OFF -- - Cairo map drawing backend: OFF -- - OpenGL map drawing backend: OFF -- - DirectX map drawing backend: OFF -- - Qt map drawing backend: OFF -- - SVG map drawing backend: ON -- - Map drawing backend for iOS and OS X: OFF -- client libraries: -- - Qt client library: OFF -- tools: -- - Import/BasemapImport: OFF -- - DumpData: OFF -- - OSMScout2: OFF -- - StyleEditor: OFF -- tests: ON -- demos: ON -- - heap profiler (Gperftools) OFF -- bindings: -- - Java binding: OFF -- - C# binding: OFF -- external interfaces: -- - MATLAB mex function: OFF -- documentation: OFF -- Configuring done -- Generating done -- Build files have been written to: C:/Users/AlarmWorkHP/Desktop/libosmscout/libosmscout/build ////////////////////////////////////////////////////////////////////////////////// 2) What I must do to compile OSMScout2? 07.06.2017, 13:44, "Tim Teulings" <ti...@fr...>: > Hello Егор, > > (You are still either are not subscribed to the list or are using a > different email address than you used for registering to the list! > Please fix that...please...) > >> In "C:\Users\AlarmWorkHP\Desktop\libosmscout\" default setting CMakeLists >> I'm need edit CMakeLists.txt to compile OSMScout2? >> >> P.S. >> Cmake wark good in "C:\Users\AlarmWorkHP\Desktop\libosmscout\" > > There is logically only one CMake build for the whole project. The top > level CMakeLists.txt file includes the other files (and the support > *.cmake files under cmake) in the various sub directories. > > You must always build using the top level file, building only parts of > the code using one of the sub directories directly will fail and is > not supported! These are not standalone build files! > > The CMake build will check, which dependencies are fulfilled and will > build only that parts that will work, anyway. > > Hope that helps. As you say, that the top level build succeeds you > should already have the build artefacts on disk? > -- > Gruß... > Tim > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Libosmscout-development mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libosmscout-development -- Korabelnikov Egor |