Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd64ac3d

Browse files
authored
Update build_and_install.md
1 parent3b4f323 commitd64ac3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/build_and_install.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ In simplest case, if you don't want to understand Jinja2C++ build script interna
5353
4. Run CMake and build the library:
5454
```
5555
> cd .build
56-
> cmake .. -DCMAKE_INSTALL_PREFIX=<path to install folder> -DJINJA2_DEPS_MODE=internal
56+
> cmake .. -DCMAKE_INSTALL_PREFIX=<path to install folder> -DJINJA2CPP_DEPS_MODE=internal
5757
> cmake --build . --target install
5858
```
59-
"Path to install folder" here is a path to the folder where you want to install Jinja2Cpp lib.`JINJA2_DEPS_MODE` define with`internal` value creates the build script which will take external dependencies from the submodules.
59+
"Path to install folder" here is a path to the folder where you want to install Jinja2Cpp lib.`DJINJA2CPP_DEPS_MODE` define with`internal` value creates the build script which will take external dependencies from the submodules.
6060
5. Build library:
6161
```
6262
> cmake --build .

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp