新增linux二进制文件
This commit is contained in:
parent
fa60a3c1d8
commit
98da1e3ea2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,9 @@
|
|||
执行可执行程序时,请在终端输入:
|
||||
|
||||
```
|
||||
export LD_LIBRARY_PATH=./
|
||||
./MediaServer -d &
|
||||
```
|
||||
|
||||
如果由于so动态库链接失败导致运行不起来,请重建so库软链接
|
||||
如果由于端口权限问题导致启动失败,请修改配置文件中端口号,或者以root权限运行
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -4,3 +4,6 @@
|
|||
export DYLD_LIBRARY_PATH=./
|
||||
./MediaServer -d &
|
||||
```
|
||||
|
||||
如果由于so动态库链接失败导致运行不起来,请重建so库软链接
|
||||
如果由于端口权限问题导致启动失败,请修改配置文件中端口号,或者以root权限运行
|
||||
|
|
|
|||
Loading…
Reference in New Issue