kfr icon indicating copy to clipboard operation
kfr copied to clipboard

How to build capi?

Open balping opened this issue 4 years ago • 2 comments

I'm following the docs and when I run

cmake  -DENABLE_CAPI_BUILD=ON -DCMAKE_BUILD_TYPE=Release ..

I get

CMake Error at CMakeLists.txt:243 (install):
  install TARGETS given target "kfr_capi" which does not exist.

How can I build kfr_capi then?

balping avatar Nov 26 '21 20:11 balping

What compiler do you use? KFR requires Clang to build C API. What is the version of KFR?

dancasarin avatar Aug 04 '22 03:08 dancasarin

I was trying gcc. Version is 4.2.1

balping avatar Aug 04 '22 08:08 balping

Clang is required for C API to provide the best performance.

dancasarin avatar Oct 14 '22 07:10 dancasarin