From 040360d4ca7cccc6838c7f7037bb3db07a18728d Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Mon, 4 May 2026 12:24:15 +0200 Subject: [PATCH] README: add build-from-source as Option A for Windows Server 2016 --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23c4cd2..2cf9286 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,22 @@ sudo dpkg -i /tmp/upterm.deb ### Windows -**Schnellsetup auf neuem Gerät** – beide Dateien herunterladen, `setup-windows.bat` doppelklicken: +**Option A – Build aus Source (empfohlen für Windows Server 2016)** + +Kein Paketmanager nötig. Go wird direkt von golang.org geladen, upterm wird lokal kompiliert. + +| Datei | Funktion | +|-------|----------| +| [`build-windows.bat`](build-windows.bat) | Doppelklick-Starter | +| [`build-windows.ps1`](build-windows.ps1) | Lädt Go, baut upterm per `go install`, kopiert nach System32 | + +Schritte automatisch: Go 1.22.4 (MSI silent) → `go install github.com/owenthereal/upterm/cmd/upterm@latest` → `upterm.exe` nach `C:\Windows\System32`. + +--- + +**Option B – Scoop (Windows 10 / Server 2019+)** + +Schnellsetup auf neuem Gerät – beide Dateien herunterladen, `setup-windows.bat` doppelklicken: | Datei | Funktion | |-------|----------|