Package Details: flatcc 0.6.1-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: Apache
Submitter: atweiden
Maintainer: adsun
Last Packager: adsun
Votes: 1
Popularity: 0.000000
First Submitted: 2016-04-26 16:15 (UTC)
Last Updated: 2022-05-24 12:47 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

mcerb commented on 2017-07-09 01:20 (UTC)

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