Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: windows/README-Windows.txt

Issue 7109015: Update XZ Utils to 5.0.3 (in deps) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « windows/INSTALL-Windows.txt ('k') | windows/build.bash » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 XZ Utils for Windows 2 XZ Utils for Windows
3 ==================== 3 ====================
4 4
5 Introduction 5 Introduction
6 ------------ 6 ------------
7 7
8 This package includes command line tools (xz.exe and a few others) 8 This package includes command line tools (xz.exe and a few others)
9 and the liblzma compression library from XZ Utils. You can find the 9 and the liblzma compression library from XZ Utils. You can find the
10 latest version and full source code from <http://tukaani.org/xz/>. 10 latest version and full source code from <http://tukaani.org/xz/>.
11 11
12 The parts of the XZ Utils source code, that are relevant to this 12 The parts of the XZ Utils source code, that are relevant to this
13 binary package, are in the public domain. XZ Utils have been built 13 binary package, are in the public domain. XZ Utils have been built
14 for this package with MinGW and linked statically against the MinGW 14 for this package with MinGW-w64 and linked statically against its
15 runtime and w32api packages. 15 runtime libraries. See COPYING-Windows.txt for the copyright and
16 16 license information that applies to the MinGW-w64 runtime. You must
17 FIXME: Add license info about MinGW runtime and w32api. 17 include it when redistributing these XZ Utils binaries.
18 18
19 19
20 Package contents 20 Package contents
21 ---------------- 21 ----------------
22 22
23 All executables and libraries in this package require msvcrt.dll. 23 All executables and libraries in this package require msvcrt.dll.
24 It's included in all recent Windows versions. On Windows 95 it 24 It's included in all recent Windows versions. On Windows 95 it
25 might be missing, but once you get it somewhere, XZ Utils should 25 might be missing, but once you get it somewhere, XZ Utils should
26 run even on Windows 95. 26 run even on Windows 95.
27 27
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 If you are using some other compiler, see its documentation how to 106 If you are using some other compiler, see its documentation how to
107 create an import library (if it is needed). If it is simple, I 107 create an import library (if it is needed). If it is simple, I
108 might consider including the instructions here. 108 might consider including the instructions here.
109 109
110 110
111 Reporting bugs 111 Reporting bugs
112 -------------- 112 --------------
113 113
114 Report bugs to <lasse.collin@tukaani.org> (in English or Finnish). 114 Report bugs to <lasse.collin@tukaani.org> (in English or Finnish).
115 115
OLDNEW
« no previous file with comments | « windows/INSTALL-Windows.txt ('k') | windows/build.bash » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698