From fb8999e7ff7e843dbf494bb8a60d0915bbe63e1c Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Mon, 19 Aug 2013 12:21:47 +0200 Subject: [PATCH] Updated the README file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a8f3b90..eb23f68 100644 --- a/README.md +++ b/README.md @@ -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.