We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3177a8 commit b549572Copy full SHA for b549572
1 file changed
README.md
@@ -91,6 +91,8 @@ Rocky Linux 등 일부 RHEL 계열 배포판에는 `ixwebsocket-devel` 패키지
91
3. CMake 빌드 시 IXWebSocket이 설치된 경로가 자동으로 탐지되지 않으면, `CMAKE_PREFIX_PATH`에 설치 경로를 추가:
92
```sh
93
cmake -B build -DCMAKE_PREFIX_PATH="/usr/local"
94
+ # 또는
95
+ cmake -DCMAKE_INSTALL_PREFIX=/your/custom/path ..
96
```
97
98
#### 참고
0 commit comments