Skip to content

Commit 3524d51

Browse files
committed
Update docs
1 parent 8dfe6b1 commit 3524d51

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/build_rpcpp.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- CMake (build tool)
1212

1313
### Optional
14-
- OpenVR (to build OpenVR plugin)
1514
- Doxygen (to create doxygen documents)
1615

1716

@@ -38,10 +37,7 @@ Render Pipeline C++ will build core library (render_pipeline), native module, in
3837
Native module is the same as original Render Pipeline. This will be linked statically.
3938

4039
Internal plugins are built as Module, not library. Therefore, it creates only shared library (.dll or .so files.)
41-
and install this into `etc/render_pipeline/rpplugins`.
42-
43-
If the `BUILD_ALL_SAMPLES` option is enabled, all samples are built and installed in `bin` directory.
44-
And enabling `BUILD_DOCUMENTS` option will build documents using Doxygen.
40+
and install this into `share/render_pipeline/rpplugins`.
4541

4642

4743

docs/ko_kr/build_rpcpp.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- CMake (빌드 도구)
1111

1212
### 선택사항
13-
- OpenVR (OpenVR 플러그인 빌드)
1413
- Doxygen (Doxygen 문서 생성)
1514

1615

@@ -38,10 +37,7 @@ Render Pipeline C++ 는 핵심 라이브러리(render_pipeline), native 모듈,
3837
Native 모듈은 Python 버전의 Render Pipeline 과 동일하며 정적 링크된다.
3938

4039
내부 플러그인은 라이브러리가 아닌 플러그인 모듈로 빌드된다. 따라서 빌드 시에 동적 라이브러리 파일(.dll or .so files)만 생성하고,
41-
`etc/render_pipeline/rpplugins` 경로에 설치된다.
42-
43-
`BUILD_ALL_SAMPLES` 옵션이 활성화 되어 있다면, 모든 예제를 빌드하고 `bin` 폴더에 설치한다.
44-
그리고 `BUILD_DOCUMENTS` 옵션을 키면 Doxygen을 사용해서 문서를 빌드한다.
40+
`share/render_pipeline/rpplugins` 경로에 설치된다.
4541

4642

4743

0 commit comments

Comments
 (0)