Skip to content

Commit

Permalink
Merge branch 'main' into pthreads-mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Aug 9, 2023
2 parents dccff03 + 6e2416a commit 38d5c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,15 @@ API in your project.
For building, testing, and profiling Shaderc, the following tools should be
installed regardless of your OS:

- A C++17 compiler. Recent versions of Clang, GCC, and MSVC work.
- [CMake](http://www.cmake.org/) 3.14 or later: for generating compilation targets.
- Shaderc is tested with cmake 3.17.2
- [Python 3](http://www.python.org/): for utility scripts and running the test suite.

On Linux, if cross compiling to Windows:
- [`mingw`](http://www.mingw.org): A GCC-based cross compiler targeting Windows
so that generated executables use the Microsoft C runtime libraries.
The MinGW compiler must support C++17.

On Windows, the following tools should be installed and available on your path:

Expand Down

0 comments on commit 38d5c5b

Please sign in to comment.