Update README.md to remove vcpkg. (#13)

This commit is contained in:
Skyth (Asilkan) 2025-03-08 00:38:26 +03:00 committed by GitHub
parent ce67db864b
commit 7be1285e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,8 +119,6 @@ SPIR-V shaders are compressed using smol-v to improve zstd compression efficienc
The project requires CMake 3.20 and a C++ compiler with C++17 support to build. While compilers other than Clang might work, they have not been tested. Since the repository includes submodules, ensure you clone it recursively.
The project uses [vcpkg](https://github.com/microsoft/vcpkg) to integrate DXC. To set it up, define the `VCPKG_ROOT` environment variable to point to the vcpkg root directory. Alternatively, on Windows, you can install vcpkg via the Visual Studio Installer and open the project using Visual Studio's CMake integration.
## Special Thanks
This recompiler would not have been possible without the [Xenia](https://github.com/xenia-project/xenia) emulator. Nearly every aspect of the development was guided by referencing Xenia's shader translator and research.