Search Criteria
Package Details: diagon-git 0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/diagon-git.git (read-only, click to copy) |
|---|---|
| Package Base: | diagon-git |
| Description: | cli text diagram generator |
| Upstream URL: | https://github.com/ArthurSonzogni/diagon |
| Keywords: | cli diagrams |
| Licenses: | custom:MIT |
| Submitter: | HalosGhost |
| Maintainer: | None |
| Last Packager: | HalosGhost |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-12-21 16:32 (UTC) |
| Last Updated: | 2021-12-23 21:08 (UTC) |
Dependencies (4)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
netzego commented on 2023-06-08 07:13 (UTC) (edited on 2023-06-08 07:15 (UTC) by netzego)
antlr4is missing as a make dependecy. See here: https://github.com/ArthurSonzogni/Diagon/issues/67blurgy commented on 2021-12-30 04:49 (UTC)
Hi there, on a machine with freshly installed Arch, I receive the following error during compilation:
Perhaps there is some missing dependency? In my case, I installed
jdk-openjdkand the issue was gone. I'm not familiar with the Java ecosystem so I'm not sure if any other package could also make this work.HalosGhost commented on 2021-12-23 21:09 (UTC)
Update to PKGBUILD removed the explicit parallelism flag.
All the best,
blurgy commented on 2021-12-23 03:09 (UTC)
There is a
-j4passed tomakein the PKGBUILD, you might want to remove it to allowMAKEFLAGSin /etc/makepkg.conf to function properly.