Search Criteria
Package Details: flatcc 0.6.0-1
Git Clone URL: | https://aur.archlinux.org/flatcc.git (read-only, click to copy) |
---|---|
Package Base: | flatcc |
Description: | FlatBuffers Compiler and Library in C for C |
Upstream URL: | https://github.com/dvidelabs/flatcc |
Licenses: | |
Submitter: | atweiden |
Maintainer: | adsun |
Last Packager: | adsun |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-04-26 16:15 |
Last Updated: | 2019-08-17 11:45 |
Latest Comments
mcerb commented on 2017-07-09 01:20
I was having trouble compiling until occultus on IRC told me to put -DFLATCC_ALLOW_WERROR=off in the cmake flags in the PKGBUILD like so:
cmake \
../.. \
-DBUILD_SHARED_LIBS=on \
-DFLATCC_ALLOW_WERROR=off \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DFLATCC_INSTALL=on