# TensorFlow 2.4 C library # Installation is required for the TensorFlow Go package. TensorFlow for C is supported on the following systems: - Linux, 64-bit, x86 - macOS, Version 10.12.6 (Sierra) or higher - Windows, 64-bit x86 ## Installation ## Extract the downloaded archive, which contains the header files to include in your C program and the shared libraries to link against. On Linux and macOS, you may want to extract to /usr/local/lib: sudo tar -C /usr/local -xzf (downloaded file) On Linux/macOS, if you extract the TensorFlow C library to a system directory, such as /usr/local, configure the linker with ldconfig: sudo ldconfig ## Source ## The files were downloaded from https://www.tensorflow.org/install/lang_c to make sure they continue to be available. Instructions for building TensorFlow from source if needed: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/lib_package/README.md