diff --git a/.gitignore b/.gitignore index 1feae78..57dbd4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.exe +wmctrl.exe +_dev/*.exe diff --git a/README.md b/README.md index e720f4d..e6f5050 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Only few features of the linux tool wmctrl are implemented so far, that is: - Switch the focus to a given window The program is written in C-sharp. -This repository contains the source code, compatible Mono or Microsoft. +This repository contains the latest binary and the source code (compatible Mono or Microsoft). + +## Binaries +The latest binary is provided in the folder [_bin](https://github.com/elmanuelito/wmctrl-for-windows/tree/master/_bin) ## Features/ usage @@ -18,6 +21,10 @@ options: +## Compilation +Compile (using Mono or Miscrosoft Visual Studio tools). +You can use the Makefile provided in this repository. +(You need csc.exe or mcs.exe in your system path) + ## Installation -Compile. Put the exe file somewhere in your system path. diff --git a/_bin/wmctrl.exe b/_bin/wmctrl.exe new file mode 100644 index 0000000..5b4b6c5 Binary files /dev/null and b/_bin/wmctrl.exe differ