docs to english

This commit is contained in:
2026-07-18 20:43:18 +02:00
parent 59ad004c96
commit ba6218d217
4 changed files with 111 additions and 106 deletions
+3 -3
View File
@@ -11,11 +11,11 @@ all: build
deps:
ifeq ($(UNAME_S),Darwin)
@command -v brew >/dev/null 2>&1 || { echo "Homebrew kell ehhez. Telepitsd: https://brew.sh"; exit 1; }
@command -v brew >/dev/null 2>&1 || { echo "Homebrew is required. Install it: https://brew.sh"; exit 1; }
brew install vice
else
@echo "A 'deps' target csak macOS-en (Darwin) automatikus. Detektalt OS: $(UNAME_S)"
@echo "Telepitsd kezzel a VICE emulatort (x64sc). Az Oscar64 vendorolt, magatol epul."
@echo "The 'deps' target is only automated on macOS (Darwin). Detected OS: $(UNAME_S)"
@echo "Install the VICE emulator (x64sc) manually. Oscar64 is vendored and builds itself."
@exit 1
endif