summaryrefslogtreecommitdiff
path: root/contrib/dotzlib/readme.txt
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:27:17 -0700
commite0ff940e1adb68d3575705ebf1546d9f07ad3b4a (patch)
tree792ac6996d1225c0955027050296126bc8ff6e26 /contrib/dotzlib/readme.txt
parent7df877eccdd826e94df53215f65dee639428e83f (diff)
downloadzlib-1.2.3.8.tar.gz
zlib-1.2.3.8.tar.bz2
zlib-1.2.3.8.zip
zlib 1.2.3.8v1.2.3.8
Diffstat (limited to 'contrib/dotzlib/readme.txt')
-rw-r--r--contrib/dotzlib/readme.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/dotzlib/readme.txt b/contrib/dotzlib/readme.txt
index 210f4b0..b239572 100644
--- a/contrib/dotzlib/readme.txt
+++ b/contrib/dotzlib/readme.txt
@@ -1,6 +1,6 @@
1This directory contains a .Net wrapper class library for the ZLib1.dll 1This directory contains a .Net wrapper class library for the ZLib1.dll
2 2
3The wrapper includes support for inflating/deflating memory buffers, 3The wrapper includes support for inflating/deflating memory buffers,
4.Net streaming wrappers for the gz streams part of zlib, and wrappers 4.Net streaming wrappers for the gz streams part of zlib, and wrappers
5for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples. 5for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples.
6 6
@@ -26,11 +26,11 @@ Build instructions:
26 26
271. Using Visual Studio.Net 2003: 271. Using Visual Studio.Net 2003:
28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll) 28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on 29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on
30 you are building the release or debug version of the library. Check 30 you are building the release or debug version of the library. Check
31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the 31 DotZLib/UnitTests.cs for instructions on how to include unit tests in the
32 build. 32 build.
33 33
342. Using NAnt: 342. Using NAnt:
35 Open a command prompt with access to the build environment and run nant 35 Open a command prompt with access to the build environment and run nant
36 in the same directory as the DotZLib.build file. 36 in the same directory as the DotZLib.build file.
@@ -38,15 +38,15 @@ Build instructions:
38 debug={true|false} to toggle between release/debug builds (default=true). 38 debug={true|false} to toggle between release/debug builds (default=true).
39 nunit={true|false} to include or esclude unit tests (default=true). 39 nunit={true|false} to include or esclude unit tests (default=true).
40 Also the target clean will remove binaries. 40 Also the target clean will remove binaries.
41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release 41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release
42 or ./DotZLib/bin/debug, depending on whether you are building the release 42 or ./DotZLib/bin/debug, depending on whether you are building the release
43 or debug version of the library. 43 or debug version of the library.
44 44
45 Examples: 45 Examples:
46 nant -D:debug=false -D:nunit=false 46 nant -D:debug=false -D:nunit=false
47 will build a release mode version of the library without unit tests. 47 will build a release mode version of the library without unit tests.
48 nant 48 nant
49 will build a debug version of the library with unit tests 49 will build a debug version of the library with unit tests
50 nant clean 50 nant clean
51 will remove all previously built files. 51 will remove all previously built files.
52 52
@@ -54,5 +54,5 @@ Build instructions:
54--------------------------------- 54---------------------------------
55Copyright (c) Henrik Ravn 2004 55Copyright (c) Henrik Ravn 2004
56 56
57Use, modification and distribution are subject to the Boost Software License, Version 1.0. 57Use, modification and distribution are subject to the Boost Software License, Version 1.0.
58(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 58(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)