Skip to content

Commit b549572

Browse files
authored
Update README.md
1 parent c3177a8 commit b549572

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Rocky Linux 등 일부 RHEL 계열 배포판에는 `ixwebsocket-devel` 패키지
9191
3. CMake 빌드 시 IXWebSocket이 설치된 경로가 자동으로 탐지되지 않으면, `CMAKE_PREFIX_PATH`에 설치 경로를 추가:
9292
```sh
9393
cmake -B build -DCMAKE_PREFIX_PATH="/usr/local"
94+
# 또는
95+
cmake -DCMAKE_INSTALL_PREFIX=/your/custom/path ..
9496
```
9597

9698
#### 참고

0 commit comments

Comments
 (0)