From 961a1cacf158ee0a9c1ac628c8e4c6a7e19a1196 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期二, 13 六月 2023 11:15:34 +0800 Subject: [PATCH] v0.6.1 --- 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