Yabin Li před 2 roky
rodič
revize
f4ec3caede
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      funasr/runtime/websocket/readme.md

+ 1 - 1
funasr/runtime/websocket/readme.md

@@ -57,7 +57,7 @@ apt-get install libssl-dev #ubuntu
 
 git clone https://github.com/alibaba-damo-academy/FunASR.git && cd FunASR/funasr/runtime/websocket
 mkdir build && cd build
-cmake  -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/path/to/onnxruntime-linux-x64-1.14.0 --DFFMPEG_DIR=/path/to/ffmpeg-N-111383-g20b8688092-linux64-gpl-shared
+cmake  -DCMAKE_BUILD_TYPE=release .. -DONNXRUNTIME_DIR=/path/to/onnxruntime-linux-x64-1.14.0 -DFFMPEG_DIR=/path/to/ffmpeg-N-111383-g20b8688092-linux64-gpl-shared
 make
 ```
 ## Run the websocket server