Search Criteria
Package Details: ibrcommon 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ibrcommon.git (read-only, click to copy) |
---|---|
Package Base: | ibrcommon |
Description: | IBR-DTN - A modular and lightweight implementation of the bundle protocol - Common libraries |
Upstream URL: | https://github.com/ibrdtn/ibrdtn |
Licenses: | Apache License 2.0 |
Provides: | ibrcommon |
Submitter: | Marlinski |
Maintainer: | Marlinski |
Last Packager: | Marlinski |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-28 03:13 (UTC) |
Last Updated: | 2018-08-28 03:13 (UTC) |
Dependencies (12)
- libcurl-compat (libcurl-http3-ngtcp2-compatAUR, libcurl-compat-gitAUR)
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-http3-ngtcp2-gnutlsAUR, libcurl-gnutls-gitAUR)
- libnl (libnl-gitAUR)
- sqlite (sqlite-fossilAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- binutils (make)
- cppunit (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libtool (libtool-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
Latest Comments
FrogTheFrog commented on 2023-09-23 15:52 (UTC)
Source needs to be changed to:
source=(git+https://github.com/ibrdtn/ibrdtn.git)
and CXXFLAGS to:
CXXFLAGS="-std=c++14"
as it does not compile with c++17