Skip to content

Commit

Permalink
[what] 修正文档
Browse files Browse the repository at this point in the history
  • Loading branch information
HR1025 committed Sep 9, 2024
1 parent c1f126f commit 87c0921
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git submodule update --init --recursive
cd build && cmake .. -DUSE_OPENGL=ON -DUSE_GBM=ON -DUSE_SDL=ON -DUSE_SPRIV_CROSS=ON -DUSE_VULKAN=ON -DUSE_X11=ON -DUSE_VAAPI=ON -DUSE_OPENH264=ON && make -j4
```

## Windows (MSVC 2022 x64)
## Windows (MSVC 2022 x86)

```shell
git submodule update --init --recursive
Expand All @@ -33,7 +33,7 @@ cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -S. -B./bui
cmake --build build --config Release -j 16
```

## Windows (MSVC 2022 x86)
## Windows (MSVC 2022 x64)

```shell
git submodule update --init --recursive
Expand Down
4 changes: 2 additions & 2 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git submodule update --init --recursive
cd build && cmake .. -DUSE_OPENGL=ON -DUSE_GBM=ON -DUSE_SDL=ON -DUSE_SPRIV_CROSS=ON -DUSE_VULKAN=ON -DUSE_X11=ON -DUSE_VAAPI=ON -DUSE_OPENH264=ON && make -j4
```

## Windows (MSVC 2022 x64)
## Windows (MSVC 2022 x86)

```shell
git submodule update --init --recursive
Expand All @@ -33,7 +33,7 @@ cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -S. -B./bui
cmake --build build --config Release -j 16
```

## Windows (MSVC 2022 x86)
## Windows (MSVC 2022 x64)

```shell
git submodule update --init --recursive
Expand Down

0 comments on commit 87c0921

Please sign in to comment.