Skip to content

Commit

Permalink
Update README with steps to create a windows exe
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Feb 8, 2016
1 parent d078d08 commit ee4a124
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ Replaces file usage globally in the Wikimedia Wikifarm.
This java program requires a minimum version of Java 8 installed. Consult [the wiki page](https://commons.wikimedia.org/wiki/Commons:GlobalReplace) for further instructions.

## Compile
### Jar
[Download the precompiled jar file](https://github.com/Commonists/GlobalReplace/releases) or build it yourself after downloading the source with a simple

```
ant
```

You need [Apache Ant](http://ant.apache.org) installed.

### Windows exe
To also build the windows exe:

```
ant dist
```

You need to download launch4j into the folder `./launch4j`.

0 comments on commit ee4a124

Please sign in to comment.