diff --git a/frontends/sdl/README.md b/frontends/sdl/README.md
index e95848508ee09adb50b8c5a065aa5c49f95660df..549932858be367ff2dd78ba8cbc1a2339f36f0e5 100644
--- a/frontends/sdl/README.md
+++ b/frontends/sdl/README.md
@@ -2,6 +2,8 @@
 
 ## Build
 
+### Build SDL using [vcpkg](https://vcpkg.io/)
+
 To be able to run the `cargo build` one must first install a local version of `vcpkg` using:
 
 ```bash
@@ -10,6 +12,25 @@ cargo vcpkg build
 cargo build
 ```
 
+#### Build SDL in Windows
+
+For windows the vcpk based SDL building is simpler:
+
+```bash
+cargo install cargo-vcpkg
+cargo build
+```
+
+Make sure that the current Rust in use is msvc based using:
+
+```bash
+rustup default stable-msvc
+```
+
+For more information check [GitHub - Rust-SDL2/rust-sdl2](https://github.com/Rust-SDL2/rust-sdl2).
+
+## Build binaries
+
 Then you can use the following command to build and run Boytacean SDL:
 
 ```bash
@@ -30,6 +51,8 @@ There are some feature flags that control the verbosity of the emulator to run i
 cargo run --features debug
 ```
 
+To obtain more information about the issues.
+
 ## Features
 
 | Provider   | Description                                                                                                                                |