Skip to content

Commit

Permalink
v1.78 also has problems
Browse files Browse the repository at this point in the history
debug mode throws an assertion error in render settings
  • Loading branch information
wootguy authored Feb 18, 2021
1 parent ee56448 commit 34b85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Run 'bspguy <command> help' to read about a specific command.
### Windows users:
1. Install CMake and Visual Studio
1. Download and extract the source somewhere
1. Download [Dear ImGui](https://github.com/ocornut/imgui/releases/tag/v1.78) and extract next to the `src` folder. Rename to `imgui`.
1. Download [Dear ImGui](https://github.com/ocornut/imgui/releases/tag/v1.76) and extract next to the `src` folder. Rename to `imgui`.
1. Download [GLFW](https://www.glfw.org/) and extract next to the `src` folder. Rename to `glfw`.
1. Download [GLEW](http://glew.sourceforge.net/) (choose the `Binaries Windows 32-bit and 64-bit` link) and extract next to the `src` folder. Rename to `glew`.
1. Open a command prompt in the `bspguy` folder and run these commands:
Expand Down

0 comments on commit 34b85a4

Please sign in to comment.