A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / docs / release_binaries.mdwn
1 wxWidgets 2.9.5 Binaries
2 ========================
3
4 This directory contains binary files for wxWidgets 2.9.5 release.
5
6 Currently the binaries are available for Microsoft Visual C++ compiler
7 versions 9.0, 10.0 and 11.0 corresponding to marketing product names of
8 Microsoft Visual Studio 2008, 2010 and 2012 respectively.
9
10 For Developers
11 --------------
12
13 For developing applications with wxWidgets you need to download the
14 compiler-independent wxMSW-2.9.5_Headers.7z file and one of
15 wxMSW-2.9.5-vcXXX_Dev.7z files depending on your compiler version.
16 Unpack both files into the same directory so that "include" and "lib"
17 directories are at the same level after unpacking. You should be able
18 to compile and link applications using wxWidgets in both debug and
19 release modes but the debug symbols are provided only for debug
20 libraries in this archive, see below for the release build debug
21 symbols.
22
23
24 For End Users
25 -------------
26
27 End users may download wxMSW-2.9.5_vcXXX_ReleaseDLL.7z files to get
28 just the DLLs required for running the applications using wxWidgets.
29
30
31 For Debugging
32 -------------
33
34 The files wxMSW-2.9.5_vcXXX_ReleasePDB.7z contain the debug symbols
35 for the release build of the DLLs. Download them if you want to debug
36 your own applications in release build or if you want to get
37 meaningful information from mini-dumps retrieved from your users
38 machines.
39
40
41 Feedback
42 --------
43
44 This is our first attempt to provide binaries for wxWidgets libraries
45 and we are very interested in your feedback. Please let us know if
46 these files are useful to you and how could they be made more so and,
47 of course, if you run into any problems with them. Looking forward to
48 hearing from you on [wx-users mailing list](http://groups.google.com/group/wx-users).
49
50
51 Check Sums
52 ----------
53
54 To verify your download you can use the following sha1sums:
55
56     23c043ccfc76d7f55db972e165d90c102ac444e4  wxMSW-2.9.5_vc100_Dev.7z
57     a29b1701e601421d90d38234fecafa5ea089108e  wxMSW-2.9.5_vc100_ReleaseDLL.7z
58     e320f53d3524200cafe9b93422de49b3387f2c72  wxMSW-2.9.5_vc100_ReleasePDB.7z
59     b9c4a0780f1d0e1a4b05fa77fc169310562d0d66  wxMSW-2.9.5_vc100_x64_Dev.7z
60     bfe474fe29eed0ffb567556995f98051dcdfbb89  wxMSW-2.9.5_vc100_x64_ReleaseDLL.7z
61     1a4aa9a983987cd2ab9e6398cb11dedfd66bea2d  wxMSW-2.9.5_vc100_x64_ReleaseDLL.msi
62     0d89da7e3e72b094a04ae37e49e30197e6e33bcb  wxMSW-2.9.5_vc100_x64_ReleasePDB.7z
63     e4d31dcca207616ab9d0b9702976a2b21ae126a1  wxMSW-2.9.5_vc100_x86_ReleaseDLL.msi
64     05aa6624ff1fab4a9ed2c639327648dcafda0efd  wxMSW-2.9.5_vc110_Dev.7z
65     ebbd9be982aa66abf3793e8700be98d14486fe0c  wxMSW-2.9.5_vc110_ReleaseDLL.7z
66     79c0f8bb3d4197c83a14991b98bf65386be9951c  wxMSW-2.9.5_vc110_ReleasePDB.7z
67     a2a109293b88decc944e43966bbaab90a049d398  wxMSW-2.9.5_vc110_x64_Dev.7z
68     bceedf4c1c131a1b37d5421c48f0f9098009b3bc  wxMSW-2.9.5_vc110_x64_ReleaseDLL.7z
69     bb034c5d0f573054afd2864460e22bf95767cca4  wxMSW-2.9.5_vc110_x64_ReleaseDLL.msi
70     12721bf2607a412f18c620c52db30fa56629c066  wxMSW-2.9.5_vc110_x64_ReleasePDB.7z
71     d4da114c62ea4f246f907981447205bb90007e8b  wxMSW-2.9.5_vc110_x86_ReleaseDLL.msi
72     6f09a33634736cf7caa7c0acddea34d1d119cfae  wxMSW-2.9.5_vc90_Dev.7z
73     640784f90996625fcc2a3b62c99b92936dfae2ce  wxMSW-2.9.5_vc90_ReleaseDLL.7z
74     2a36ad418c856caa040d4efc8807dbb75dd88330  wxMSW-2.9.5_vc90_ReleasePDB.7z
75     f356b8edc7445271ce5a77c41f6b1370154d9799  wxMSW-2.9.5_vc90_x64_Dev.7z
76     282f02c23e7bcb331b1373a2b0b8a2f59f7d7a6e  wxMSW-2.9.5_vc90_x64_ReleaseDLL.7z
77     69096f6ff598285e0a8117caba879b10c4b08528  wxMSW-2.9.5_vc90_x64_ReleaseDLL.msi
78     30c7442d37646b7c9d8a7be3d174b5b7c24cb093  wxMSW-2.9.5_vc90_x64_ReleasePDB.7z
79     d1fa1c531c1bdf1d7c8806038b51a5dab0fce158  wxMSW-2.9.5_vc90_x86_ReleaseDLL.msi
80     c084e9a5af9c082b9d201c0fee2919d7265578bb  wxWidgets-2.9.5_Headers.7z
81
82
83
84 Credit
85 ------
86
87 Thanks to Danny Scott for providing these binaries.