Skip to content

Commit

Permalink
Updated the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tvangeste committed Aug 19, 2013
1 parent c784880 commit fb8999e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
## Dictzip for Windows

This project provides `Dictzip` utility for Windows, built with Visual Studio 2012.
It requires no additional dependencies when executed, just a simple exe file.

The sources are based on the official [dictd](http://sourceforge.net/projects/dict/) v1.12.1,
with minor tweaks to be able to build with MSVC++ on Windows.

### How to build

You'd need Visual Studio 2012 (Express Edition should be fine too). Open the solution in the
Visual Studio and just press "Build".

Alternatively, you could run the build from the command line:

MSBuild /v:m /nologo /p:Configuration=Release

### License

The original license is: GPL v1 or later.

0 comments on commit fb8999e

Please sign in to comment.