mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme, rename wiki/xxx to wiki/v1_xxx
This commit is contained in:
parent
bd158ec838
commit
6da21364f6
33 changed files with 161 additions and 161 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
|
||||
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/v1_SrsLinuxArm
|
||||
arm-linux-gnueabi-g++ -o jmp jmp.cpp -static
|
||||
arm-linux-gnueabi-strip jmp
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
|
||||
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/v1_SrsLinuxArm
|
||||
arm-linux-gnueabi-g++ -g -o jmp_sp jmp_sp.cpp -static
|
||||
arm-linux-gnueabi-strip jmp_sp
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
|
||||
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/v1_SrsLinuxArm
|
||||
arm-linux-gnueabi-g++ -o test test.cpp -static
|
||||
arm-linux-gnueabi-strip test
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,7 @@ help:
|
|||
@echo "Remark: srs Makefile will auto invoke this by --with/without-ssl, "
|
||||
@echo " that is, if user specified ssl(by --with-ssl), srs will make this by 'make ssl'"
|
||||
@echo " that is, if user not use ssl(by --without-ssl), use 'make nossl'"
|
||||
@echo " see: https://github.com/winlinvip/simple-rtmp-server/wiki/Build"
|
||||
@echo " see: https://github.com/winlinvip/simple-rtmp-server/wiki/v1_v1_Build"
|
||||
@echo "Remark: before make this sample, user must make the srs, with/without ssl"
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue