mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 14:23:42 +00:00
8 lines
72 B
Bash
8 lines
72 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./configure $@
|
||
|
$MAKE depend
|
||
|
cd libraries
|
||
|
$MAKE
|
||
|
$MAKE install
|