diff --git a/README.md b/README.md index 272869f..dd7d914 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/README_en.md b/README_en.md index 2df507d..6e9e832 100644 --- a/README_en.md +++ b/README_en.md @@ -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 @@ -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