zhaomingwork
2023-06-08 72cdfe65e386548979c654a063c2c6914a5c4feb
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