Move precompiled windows clogframe to a download

This commit is contained in:
David Botton 2024-02-02 09:03:56 -05:00
parent 901c3a129c
commit b44d80a98c
3 changed files with 11 additions and 4 deletions

13
clogframe/README.md vendored
View file

@ -27,15 +27,20 @@ Production: apt install libgtk-3-0 libwebkit2gtk-4.0-37
./make-snake ./make-snake
./make-builder ./make-builder
``` ```
On Windows a precompiled clogframe.exe is included
On Windows a precompiled clogframe.exe is availble at:
https://rabbibotton.github.io/clog/clogframe.zip
If you have the tools it can be built with make-windows.bat
``` ```
make-snake.exe make-snake.bat
make-builder.exe make-builder.bat
``` ```
On All Platfroms: On All Platfroms:
This will create three executable clogframe, snake and builder. clogframe This will create three executables clogframe, snake and builder. clogframe
must be in the same directory wtih the other executables. Then must be in the same directory wtih the other executables. Then
run: run:
``` ```

2
clogframe/WINDOWS.md vendored Normal file
View file

@ -0,0 +1,2 @@
On Windows a precompiled clogframe.exe is availble at:
https://rabbibotton.github.io/clog/clogframe.zip

Binary file not shown.