zhaomingwork
2023-06-13 38ccf84873508eb0153b5213b387cd20ce775a1b
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