Installation¶
CMake¶
mkdir build
cd build
cmake ..
make install
This will install the xtensor-interpolate headers, compile and install the
FITPACK interface libraries (.so on Linux, .dll on Windows), and place
the CMake project configuration file in the appropriate location so that other
projects can use CMake’s find_package(xtensor-interpolate).