Search Criteria
Package Details: bloom-git r677.2647415-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bloom-git.git (read-only, click to copy) |
---|---|
Package Base: | bloom-git |
Description: | Bloom AVR debugger - A debug interface for embedded systems development on Linux. |
Upstream URL: | https://github.com/navnavnav/Bloom |
Licenses: | LGPL |
Submitter: | maximevince |
Maintainer: | maximevince |
Last Packager: | maximevince |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-12 08:52 (UTC) |
Last Updated: | 2022-04-12 09:27 (UTC) |
Dependencies (10)
- hidapi (hidapi-gitAUR)
- icu (icu-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libusb (libusb-gitAUR)
- libxcb (libxcb-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- php (make)
- qt6-tools (make)
Latest Comments
knapik commented on 2024-08-07 13:45 (UTC) (edited on 2024-08-07 13:45 (UTC) by knapik)
libprocps
is missing from the dependency list.I think the sources have moved around too, so the PKGBUILD is out of date. I got it to compile by changing the following lines:
Line 32
"${srcdir}/${pkgname}/release/bin/"
to"${srcdir}/${pkgname}/build/cmake-build-release/bin/"
Line 35
"${srcdir}/${pkgname}/release/resources/"
to"${srcdir}/${pkgname}/build/cmake-build-release/resources/"
Line 44
"${srcdir}/${pkgname}/resources/udevrules/99-bloom.rules"
to"${srcdir}/${pkgname}/build/distributed/udevrules/99-bloom.rules"
shuyuan-liu commented on 2022-11-07 16:47 (UTC)
I think
yaml-cpp
is missing from the dependencies - CMake won't continue if it's not installed.