Skip to content

Commit

Permalink
runform.exe anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
freakout42 committed Nov 23, 2024
1 parent f367473 commit 9e966f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/OperatorGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion runform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e966f3

Please sign in to comment.