Search Criteria
Package Details: g2o-git r798.2e35669-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/g2o-git.git (read-only, click to copy) |
|---|---|
| Package Base: | g2o-git |
| Description: | A General Framework for Graph Optimization |
| Upstream URL: | https://github.com/RainerKuemmerle/g2o |
| Licenses: | BSD |
| Conflicts: | g2o-svn |
| Provides: | g2o |
| Submitter: | kartikmohta |
| Maintainer: | kartikmohta |
| Last Packager: | kartikmohta |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2014-12-09 03:19 (UTC) |
| Last Updated: | 2020-09-10 09:49 (UTC) |
Dependencies (7)
- eigen (eigen-gitAUR, eigen3)
- glu (glu-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- suitesparse
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libqglviewerAUR (optional) – for building the g2o_viewer app
Latest Comments
nobreakfast commented on 2020-09-10 09:19 (UTC) (edited on 2020-09-10 09:20 (UTC) by nobreakfast)
problem:
eigen3 not found
fix:
from: depends=('suitesparse' 'qt5-base' 'eigen3' 'glu')
to: depends=('suitesparse' 'qt5-base' 'eigen' 'glu')
skunk commented on 2017-02-23 22:38 (UTC)
skunk commented on 2017-02-23 22:24 (UTC)
skunk commented on 2017-02-22 19:57 (UTC)