dsd-fme_20_06_2023/install.sh

7 lines
78 B
Bash

mkdir build
cd build
cmake ..
make -j `nproc`
sudo make install
sudo ldconfig