Rewrite Buffer programma
This commit is contained in:
parent
273f30784b
commit
47370e9621
7 changed files with 175 additions and 147 deletions
3
Makefile
3
Makefile
|
@ -14,6 +14,9 @@ client-clean:
|
|||
cd Buffer; $(MAKE) clean
|
||||
clean: client-clean
|
||||
client-install: client-clean client
|
||||
mkdir /tmp/cores
|
||||
chmod 777 /tmp/cores
|
||||
echo "/tmp/cores/%e.%s.%p" > /proc/sys/kernel/core_pattern
|
||||
service xinetd stop
|
||||
cp -f ./Connector_HTTP/Connector_HTTP /usr/bin/
|
||||
cd Connector_RTMP; $(MAKE) install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue