Skip to content

Commit

Permalink
added notice about Ninja generator
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Jul 29, 2022
1 parent 7f5be55 commit 6e8198c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Compilation

To compile with Visual C++ 2019, open the directory and let CMake do its thing.
If you have the Windows DDK installed correctly, it should just work.
Note : you need to use the Ninja generator for CMake, else the driver might not work once installed

To compile with GCC on Linux, you will need a cross-compiler set up, for either
`i686-w64-mingw32` or `x86_64-w64-mingw32`. Create a build directory, then use
Expand Down

0 comments on commit 6e8198c

Please sign in to comment.