From 9e966f374e6dcfbc4d3ccac1032e6eb4e1413386 Mon Sep 17 00:00:00 2001 From: "Axel K. Reinhold" Date: Sat, 23 Nov 2024 10:24:01 +0100 Subject: [PATCH] runform.exe anywhere --- docs/OperatorGuide.md | 2 +- runform/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/OperatorGuide.md b/docs/OperatorGuide.md index c93b3ce..48add36 100644 --- a/docs/OperatorGuide.md +++ b/docs/OperatorGuide.md @@ -110,7 +110,7 @@ or powershell prompt from console or the windows terminal. Build ===== -Fork in github and create codespace or download and extract: +Fork in github and create codespace or download and extract https://github.com/freakout42/formax/archive/refs/heads/main.zip Then do the following to build and install into `/opt/arx/`. Nothing outside `/opt/arx/` will be touched in any way by diff --git a/runform/Makefile b/runform/Makefile index bf33f0a..39027be 100644 --- a/runform/Makefile +++ b/runform/Makefile @@ -69,7 +69,7 @@ $(FORMAXE): ../generate/formax.inp prepw32: libncursesw6.dll libncursesw6.dll: ../bin/ncurses-win32.zip unzip ../bin/ncurses-win32.zip - cp bin/libncursesw6.dll . + cp ../bin/*.dll ../bin/*.exe . sqlite3 scotty.frm <../generate/scotty.in2 sqlite3 scotty.sq3 <../generate/scotty.sql