I am trying to link with static C API version of the TensorFlow library. I built the static library using the following commands: // get the sources git clone h
When I try to run Meson, It complains that it can't find Ninja v1.8.2 or newer. I ran this: meson build-debug This resulted in the error explained above. I hav