Skip to content

Commit 318cd24

Browse files
committed
readme: update
1 parent cffacb6 commit 318cd24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# cppreference2mshelp
22
cppreference.com html archive converter to microsoft help (for Windows Visual Studio 2012+) and good old .chm help (for any Windows and even some other platforms)
33

4+
## Badges
5+
[![Downloads](https://img.shields.io/github/downloads/myfreeer/cppreference2mshelp/total.svg)](https://github.com/myfreeer/cppreference2mshelp/releases)
6+
[![Latest Release](https://img.shields.io/github/downloads/myfreeer/cppreference2mshelp/latest/total.svg)](https://github.com/myfreeer/cppreference2mshelp/releases/latest)
7+
[![Latest Release](https://img.shields.io/github/release/myfreeer/cppreference2mshelp.svg)](https://github.com/myfreeer/cppreference2mshelp/releases/latest)
8+
[![GitHub license](https://img.shields.io/github/license/myfreeer/cppreference2mshelp.svg)](LICENSE)
9+
410
## Prerequires:
511

612
1) Windows x64 (LOL, I'm mad). Actually any system will be ok, you should use another tools in this case to make cab file, zip file and digitally sign cab (for Visual Studio Help). However there is no alternative for [HTML Help Workshop](https://www.microsoft.com/en-us/download/details.aspx?id=21138) from Microsoft (for chm based help).
@@ -9,6 +15,9 @@ cppreference.com html archive converter to microsoft help (for Windows Visual St
915
4) [HTML Help Workshop](https://www.microsoft.com/en-us/download/details.aspx?id=21138) from Microsoft to build .chm help file.
1016
5) [Tidy](http://www.html-tidy.org/) (html fixer), [signtool.exe](https://msdn.microsoft.com/en-us/library/8s9b9yaz(v=vs.110).aspx) and [makecab.exe](https://technet.microsoft.com/en-us/library/hh875545(v=ws.11).aspx) from Microsoft SDK to build Visual Studio help files.
1117
6) digital certificate to sign cabs for Visual Studio Help (because unsigned cabs will not be installed) CHM help does not require certificate
18+
7) msys2 latest
19+
8) 7-zip 16.04 or later
20+
9) GNU libiconv 1.15 or later
1221

1322
## Ok, what's inside?
1423

0 commit comments

Comments
 (0)