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: custom:BSD3
Conflicts: google-glog
Submitter: yhfudev
Maintainer: yhfudev
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)

Required by (0)

Sources (1)

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.

cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
      -DCMAKE_BUILD_TYPE=Release \
      -DBUILD_EXAMPLES=OFF \
      -DBUILD_SHARED_LIBS=ON \
      -DBUILD_STATIC_LIBS=OFF ..

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