mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
add refer for arm research code
This commit is contained in:
parent
7744053d28
commit
75340e3ac0
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/*
|
||||||
|
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
|
||||||
arm-linux-gnueabi-g++ -o jmp jmp.cpp -static
|
arm-linux-gnueabi-g++ -o jmp jmp.cpp -static
|
||||||
arm-linux-gnueabi-strip jmp
|
arm-linux-gnueabi-strip jmp
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/*
|
||||||
|
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
|
||||||
arm-linux-gnueabi-g++ -g -o jmp_sp jmp_sp.cpp -static
|
arm-linux-gnueabi-g++ -g -o jmp_sp jmp_sp.cpp -static
|
||||||
arm-linux-gnueabi-strip jmp_sp
|
arm-linux-gnueabi-strip jmp_sp
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/*
|
||||||
|
# see: https://github.com/winlinvip/simple-rtmp-server/wiki/SrsLinuxArm
|
||||||
arm-linux-gnueabi-g++ -o test test.cpp -static
|
arm-linux-gnueabi-g++ -o test test.cpp -static
|
||||||
arm-linux-gnueabi-strip test
|
arm-linux-gnueabi-strip test
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue