From 72cdfe65e386548979c654a063c2c6914a5c4feb Mon Sep 17 00:00:00 2001
From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com>
Date: 星期四, 08 六月 2023 11:30:01 +0800
Subject: [PATCH] Modified cpp ws server for centos (#610)

---
 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