Files
AirplayServer/install.sh
2020-04-20 22:16:07 +02:00

6 lines
55 B
Bash

#!/bin/bash
mkdir build;
cd build/;
cmake ..;
make -j;