Search Criteria
Package Details: omim-git r26171.b378c80fe3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/omim-git.git (read-only, click to copy) |
---|---|
Package Base: | omim-git |
Description: | Offline OpenStreetMap maps |
Upstream URL: | http://maps.me/en/home |
Licenses: | Apache |
Submitter: | anatolik |
Maintainer: | anatolik |
Last Packager: | anatolik |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-04 13:57 (UTC) |
Last Updated: | 2018-02-05 21:27 (UTC) |
Dependencies (7)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-webengine
- boost (boost-gitAUR) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
anatolik commented on 2019-03-21 17:05 (UTC)
could you please file this issue upstream github? We need to update PKGBUILD to match recent build changes.
dreieck commented on 2019-03-21 16:56 (UTC)
After I manage to get it run from the build directory, I notice that I cannot download maps. It just says "download has failed". I give up on it, and stick to
marble
.dreieck commented on 2019-03-21 16:47 (UTC)
I had to build it with
-DBoost_INCLUDE_DIR="${srcdir}/omim/3party/boost"
as an option tocmake
, because the system boost is missing a fileboost/gil/gil_all.hpp
.After building, the installation (
ninja install
) fails:-> Fix???
vasya commented on 2018-12-30 14:00 (UTC)
I can't build the package, it fails with:
==> Starting package()... ninja: error: unknown target 'install' ==> ERROR: A failure occurred in package(). Aborting...
Thoughts?
dreieck commented on 2018-02-04 16:35 (UTC)
The line qmake-qt5 omim.pro -spec linux-clang in the PKGBUILD does not work anymore: Cannot find file: omim.pro.
How about using cmake instead?
artemklevtsov commented on 2015-12-20 05:02 (UTC)