Skip to content

Commit 09d7def

Browse files
committed
commited missing files
1 parent 6878497 commit 09d7def

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

third/build_shairport.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
cd shairport
4+
./configure
5+
make
6+
make install
7+
8+

third/clone_shairport.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
rm -rf shairport
4+
git clone https://github.com/abrasive/shairport.git
5+

0 commit comments

Comments
 (0)