From e33e7b0def21be1d2ead5f6bad6cbabd56eb21b7 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 13 Mar 2025 17:17:17 +0100
Subject: [PATCH] update docs

---
 docs/60_Build.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/docs/60_Build.md b/docs/60_Build.md
index efe7e47..0e28515 100644
--- a/docs/60_Build.md
+++ b/docs/60_Build.md
@@ -3,8 +3,23 @@
 To update and test the command line tool you need
 
 * git
+* wget
 * a local PHP8 cli.
 
+### MS windows
+
+Note: Work in progress.
+
+On my test system I've installed with Chocolatey:
+
+* "Git (Install)" (the larger package with 125 MB) - additional tools below usr/bin/ are needed (spc tells you what to add in PATH)
+* Visual Studio 2022 Community ("viualstudioc2022community")
+* PHP 8.4.4
+* Wget
+
+During install the spc build process failed while compiling `libiconv`.
+I will continue if I found a solution or it.
+
 ## Prepare environment
 
 ### Get sources
-- 
GitLab