Package Details: aquila-git 3.0-1

Git Clone URL: https://aur.archlinux.org/aquila-git.git (read-only, click to copy)
Package Base: aquila-git
Description: Digital Signal Processing library
Upstream URL: http://aquila-dsp.org/
Submitter: maxammann
Maintainer: None
Last Packager: maxammann
Votes: 0
Popularity: 0.000000
First Submitted: 2015-10-24 18:17 (UTC)
Last Updated: 2015-10-24 18:17 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

jerry73204 commented on 2016-01-13 03:15 (UTC)

The files seem to be installed under the prefix "/usr/local". Please put -DCMAKE_INSTALL_PREFIX option after cmake command to fix it up. cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" \ ../aquila and make install # remove DESTDIR=... Thanks!