Search Criteria
Package Details: google-glog-git r212.0472b91-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-glog-git.git (read-only, click to copy) |
---|---|
Package Base: | google-glog-git |
Description: | Logging library for C++, compiled with cmake |
Upstream URL: | https://github.com/google/glog |
Licenses: | custom:BSD3 |
Conflicts: | google-glog |
Submitter: | yhfudev |
Maintainer: | None |
Last Packager: | yhfudev |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-13 14:33 (UTC) |
Last Updated: | 2016-10-13 16:55 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
haawda commented on 2019-06-23 18:39 (UTC) (edited on 2019-06-23 18:41 (UTC) by haawda)
Instead of moving around files, use -DCMAKE_INSTALL_PREFIX:PATH=/usr als wiki states.
npfeiler commented on 2018-08-25 03:15 (UTC) (edited on 2018-08-25 03:15 (UTC) by npfeiler)
currently doesn’t build:
changing
mv "$pkgdir/usr/local/lib/" "$pkgdir/usr/lib/"
to
mv "$pkgdir/usr/local/lib64/" "$pkgdir/usr/lib/"
in the PKGBUILD helps