### libsamplerate 0.2.2 snapshot from https://github.com/libsndfile/libsamplerate ### ### Builds out of the box on QNX 8.0 ### wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/LIBSAMPLERATE/libsamplerate.tar.gz tar -zxvf libsamplerate.tar.gz cd libsamplerate mkdir build cd build cmake .. make make install