-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |