Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ad8e authored Feb 13, 2023
1 parent ddb7fc7 commit 45f7eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Guide for Linux:

On Windows:
I used mingw-w64.
1. Install GLFW. I used vcpkg for this.
2. Using MSYS2: `g++ render_vsync_demo.cpp -std=c++20 -Ij -lpthread -lglfw3 -lole32 -lgdi32 -lwinmm -O2`
1. Install GLFW. mingw-w64 provides `pacman -S mingw-w64-x86_64-glfw`. For Visual Studio, vcpkg can be used.
2. Using MSYS2: `g++ render_vsync_demo.cpp -std=c++20 -Ij -lpthread -lglfw3 -lole32 -lgdi32 -lwinmm -O2`

0 comments on commit 45f7eb7

Please sign in to comment.