h5
游雁
2023-06-12 9fcebf0e395b22f81c47cff6c1fa56de26ff75f7
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