dsd-fme/install.sh

8 lines
92 B
Bash

#!/bin/bash
#
mkdir build
cd build
cmake ..
make -j $(nproc)
sudo make install
sudo ldconfig