diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:02 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:02 -0700 |
commit | 79fbcdc939b5d515218187a0d5f2526fb632075a (patch) | |
tree | dc82b3a452568093ab8a9f365126ba56a419eea1 /contrib/ada/readme.txt | |
parent | 7a6955760ba950eb82f57929f8f6c9847c65f0af (diff) | |
download | zlib-1.2.2.tar.gz zlib-1.2.2.tar.bz2 zlib-1.2.2.zip |
zlib 1.2.2v1.2.2
Diffstat (limited to 'contrib/ada/readme.txt')
-rw-r--r-- | contrib/ada/readme.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/ada/readme.txt b/contrib/ada/readme.txt index dec7ef3..ce4d2ca 100644 --- a/contrib/ada/readme.txt +++ b/contrib/ada/readme.txt | |||
@@ -1,12 +1,12 @@ | |||
1 | ZLib for Ada thick binding (ZLib.Ada) | 1 | ZLib for Ada thick binding (ZLib.Ada) |
2 | Release 1.3 | 2 | Release 1.3 |
3 | 3 | ||
4 | ZLib.Ada is a thick binding interface to the popular ZLib data | 4 | ZLib.Ada is a thick binding interface to the popular ZLib data |
5 | compression library, available at http://www.gzip.org/zlib/. | 5 | compression library, available at http://www.gzip.org/zlib/. |
6 | It provides Ada-style access to the ZLib C library. | 6 | It provides Ada-style access to the ZLib C library. |
7 | 7 | ||
8 | 8 | ||
9 | Here are the main changes since ZLib.Ada 1.2: | 9 | Here are the main changes since ZLib.Ada 1.2: |
10 | 10 | ||
11 | - Attension: ZLib.Read generic routine have a initialization requirement | 11 | - Attension: ZLib.Read generic routine have a initialization requirement |
12 | for Read_Last parameter now. It is a bit incompartible with previous version, | 12 | for Read_Last parameter now. It is a bit incompartible with previous version, |
@@ -28,7 +28,7 @@ It provides Ada-style access to the ZLib C library. | |||
28 | - Add pragma Assertion that Ada.Streams.Stream_Element size is 8 bit. | 28 | - Add pragma Assertion that Ada.Streams.Stream_Element size is 8 bit. |
29 | 29 | ||
30 | 30 | ||
31 | How to build ZLib.Ada under GNAT | 31 | How to build ZLib.Ada under GNAT |
32 | 32 | ||
33 | You should have the ZLib library already build on your computer, before | 33 | You should have the ZLib library already build on your computer, before |
34 | building ZLib.Ada. Make the directory of ZLib.Ada sources current and | 34 | building ZLib.Ada. Make the directory of ZLib.Ada sources current and |
@@ -41,7 +41,7 @@ Or use the GNAT project file build for GNAT 3.15 or later: | |||
41 | gnatmake -Pzlib.gpr -L<directory where libz.a is> | 41 | gnatmake -Pzlib.gpr -L<directory where libz.a is> |
42 | 42 | ||
43 | 43 | ||
44 | How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2 | 44 | How to build ZLib.Ada under Aonix ObjectAda for Win32 7.2.2 |
45 | 45 | ||
46 | 1. Make a project with all *.ads and *.adb files from the distribution. | 46 | 1. Make a project with all *.ads and *.adb files from the distribution. |
47 | 2. Build the libz.a library from the ZLib C sources. | 47 | 2. Build the libz.a library from the ZLib C sources. |
@@ -51,7 +51,7 @@ Or use the GNAT project file build for GNAT 3.15 or later: | |||
51 | 6. Build the executable using test.adb as a main procedure. | 51 | 6. Build the executable using test.adb as a main procedure. |
52 | 52 | ||
53 | 53 | ||
54 | How to use ZLib.Ada | 54 | How to use ZLib.Ada |
55 | 55 | ||
56 | The source files test.adb and read.adb are small demo programs that show | 56 | The source files test.adb and read.adb are small demo programs that show |
57 | the main functionality of ZLib.Ada. | 57 | the main functionality of ZLib.Ada. |