From 9fcebf0e395b22f81c47cff6c1fa56de26ff75f7 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期一, 12 六月 2023 16:27:14 +0800 Subject: [PATCH] h5 --- 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