游雁
2023-06-13 961a1cacf158ee0a9c1ac628c8e4c6a7e19a1196
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