diff --git a/BUILDING.md b/BUILDING.md index 917c51776..b6d47fc9f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -91,3 +91,10 @@ Get it from here (you'd need to register): https://occ.t-head.cn/community/download The IDE/compiler bundle I used was: cds-windows-mingw-elf_tools-V5.2.11-20220512-2012.zip + + +# Building for Windows + +It is also possible to build OpenBeken for Windows. Entire OBK builds correctly, along with script support and full MQTT support, but there is a minor issue in Winsock code which breaks Tasmota Control compatibility. To build for Windows, open openBeken_win32_mvsc2017 in Microsoft Visual Studio Community 2017 and select configuration Debug Windows or Debug Windows Scriptonly and press build. +This should make development and testing easier. +LittleFS works in Windows build, it operates on 2MB memory saved in file, so you can even test scripting, etc