Skip to content

Commit

Permalink
docs: move windows VS note back down
Browse files Browse the repository at this point in the history
You still need to read as far as installing the tools
  • Loading branch information
Daft-Freak committed Jun 22, 2024
1 parent bf4d823 commit 4b6b6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ These instructions cover building 32blit on Windows (without WSL).
- [Building & Running Locally](#building--running-locally)
- [Build Everything](#build-everything)

To build using Visual Studio [see here](Windows-VisualStudio.md). The rest of these instructions cover command-line builds.

## Prerequisites

- Windows Terminal - grab it from the Windows Store
Expand Down Expand Up @@ -46,6 +44,8 @@ You should now be able to run `32blit.exe`, you can test your connection to your

## Building & Running

To build using Visual Studio [see here](Windows-VisualStudio.md). The rest of these instructions cover command-line builds.

### On 32Blit

If you want to run code on 32Blit, you should now refer to [Building & Running On 32Blit](32blit.md). On Windows you will need to add `-G"NMake Makefiles"` to your cmake commands, for example:
Expand Down

0 comments on commit 4b6b6b9

Please sign in to comment.