diff --git a/clogframe/README.md b/clogframe/README.md index 938ad4a..6b90001 100644 --- a/clogframe/README.md +++ b/clogframe/README.md @@ -27,15 +27,20 @@ Production: apt install libgtk-3-0 libwebkit2gtk-4.0-37 ./make-snake ./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-builder.exe +make-snake.bat +make-builder.bat ``` 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 run: ``` diff --git a/clogframe/WINDOWS.md b/clogframe/WINDOWS.md new file mode 100644 index 0000000..1e1c8e8 --- /dev/null +++ b/clogframe/WINDOWS.md @@ -0,0 +1,2 @@ +On Windows a precompiled clogframe.exe is availble at: +https://rabbibotton.github.io/clog/clogframe.zip diff --git a/clogframe/clogframe.exe b/clogframe/clogframe.exe deleted file mode 100644 index a2aaed7..0000000 Binary files a/clogframe/clogframe.exe and /dev/null differ