From 38ccf84873508eb0153b5213b387cd20ce775a1b Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期二, 13 六月 2023 23:01:06 +0800 Subject: [PATCH] exit when send all data for python ws client (#627) --- funasr/runtime/websocket/readme.md | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/websocket/readme.md b/funasr/runtime/websocket/readme.md index d2a54e9..99255c8 100644 --- a/funasr/runtime/websocket/readme.md +++ b/funasr/runtime/websocket/readme.md @@ -36,8 +36,11 @@ required openssl lib ```shell -#install openssl lib first +#install openssl lib for ubuntu apt-get install libssl-dev +#install openssl lib for centos +yum install openssl-devel + git clone https://github.com/alibaba-damo-academy/FunASR.git && cd funasr/runtime/websocket mkdir build && cd build -- Gitblit v1.9.1