Adding binary

This commit is contained in:
Emmanuel Branlard 2017-06-17 11:42:45 +02:00
parent dfc9bb59fe
commit b01bb8d7cf
3 changed files with 11 additions and 3 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
*.exe wmctrl.exe
_dev/*.exe

View File

@ -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 - Switch the focus to a given window
The program is written in C-sharp. 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 ## 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 ## Installation
Compile.
Put the exe file somewhere in your system path. Put the exe file somewhere in your system path.

BIN
_bin/wmctrl.exe Normal file

Binary file not shown.