Search Criteria
Package Details: redpanda-cpp 3.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/redpanda-cpp.git (read-only, click to copy) |
---|---|
Package Base: | redpanda-cpp |
Description: | A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE |
Upstream URL: | https://github.com/royqh1979/RedPanda-CPP |
Licenses: | GPL3 |
Submitter: | cyano |
Maintainer: | cyano |
Last Packager: | cyano |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-06 15:51 (UTC) |
Last Updated: | 2024-11-28 03:42 (UTC) |
Dependencies (14)
- astyle (astyle-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- gdb (gdb-gitAUR, gdb-debug-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- librsvg (librsvg-gitAUR) (make)
- qt6-tools (make)
- aarch64-linux-gnu-gcc (optional, x86_64) – AArch64 C/C++ compiler
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – C/C++ compiler (alternative)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (optional, x86_64) – Windows C/C++ compiler
- qemu-user-static (optional, x86_64) – run AArch64 executable
- qemu-user-static-binfmt (optional, x86_64) – run AArch64 executable
- wine (wine-valveAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-staging-wow64AUR, wine-wow64AUR, wine-cachyosAUR, wine-stable-nextAUR, wine-staging) (optional, x86_64) – run Windows executable
Latest Comments
Viterzgir commented on 2024-05-26 18:29 (UTC)
Can't build package I have error /usr/bin/ld: cannot find /home/serge/Downloads/temp/redpanda-cpp/src/redpanda-build/RedPandaIDE/../libs/lua/liblua.a: No such file or directory
luntik2012 commented on 2024-05-20 14:04 (UTC)
@DawnMagnet, please, use MAKEFLAGS="-j123" in /etc/makepkg.conf or as environtment variable or edit your local PKGBUILD manually
This should not be done for all arch linux users
https://wiki.archlinux.org/title/makepkg#Parallel_compilation
DawnMagnet commented on 2023-08-27 09:11 (UTC)
Can you please enable the multiprocessing by changing the "make" line into "make -j$(nproc)", the build process is too slow.