Updated 服务器的启动与关闭 (markdown)

夏楚
2020-09-22 18:02:09 +08:00
parent d31a3369d9
commit a74fda6d77

@@ -1,7 +1,7 @@
## 程序所在路径
在编译zlmediakit后会生成MediaServer主程序该程序相对路径为`release/${platform}/${build_type}/MediaServer`
`${platform}`根据您的操作系统,可能为`windows/linux/mac`,`${build_type}`根据cmake时指定的编译类型可能为`Debug/Release`.
`${platform}`根据您的操作系统,可能为`windows/linux/mac`,`${build_type}`根据cmake时指定的编译类型可能为`Debug/Release`.
## 启动与参数