Search Criteria
Package Details: google-glog-git r212.0472b91-2
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: | |
Conflicts: | |
Submitter: | yhfudev |
Maintainer: | yhfudev |
Last Packager: | yhfudev |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-13 14:33 |
Last Updated: | 2016-10-13 16:55 |
Dependencies (4)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
- make (make3, make-git, make-without-guile) (make)
Latest Comments
haawda commented on 2019-06-23 18:39
Instead of moving around files, use -DCMAKE_INSTALL_PREFIX:PATH=/usr als wiki states.
npfeiler commented on 2018-08-25 03:15
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