75
75
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76
76
*====================================================================*/
77
77
78
- README (version 1.80 .0)
79
- File update: 6 Oct 2020
78
+ README (version 1.81 .0)
79
+ File update: 6 June 2021
80
80
---------------------------
81
81
82
- gunzip leptonica-1.80 .0.tar.gz
83
- tar -xvf leptonica-1.80 .0.tar
82
+ gunzip leptonica-1.81 .0.tar.gz
83
+ tar -xvf leptonica-1.81 .0.tar
84
84
85
85
</ pre >
86
86
@@ -117,7 +117,7 @@ <h2> <A NAME="BUILDING">
117
117
Libraries, executables and prototypes are easily made, as described below.
118
118
119
119
When you extract from the archive, all files are put in a
120
- subdirectory 'leptonica-1.80 .0'. In that directory you will
120
+ subdirectory 'leptonica-1.81 .0'. In that directory you will
121
121
find a src directory containing the source files for the library,
122
122
and a prog directory containing source files for various
123
123
testing and example programs.
@@ -259,7 +259,7 @@ <h2> <A NAME="BUILDING">
259
259
make install
260
260
261
261
Configure also supports building in a separate directory from the
262
- source. Run "/(path-to)/leptonica-1.80 .0/configure" and then "make"
262
+ source. Run "/(path-to)/leptonica-1.81 .0/configure" and then "make"
263
263
from the desired build directory.
264
264
265
265
Configure has a number of useful options; run "configure --help" for
@@ -1194,8 +1194,8 @@ <h2> <A NAME="CONTENTS">
1194
1194
http://code.google.com/p/leptonica, as well as all versions after 1.60.
1195
1195
These have now been transferred by Egor Pugin to github:
1196
1196
github.com/danbloomberg/leptonica
1197
- where all releases (1.42 - 1.80 .0) are available; e.g.,
1198
- https://github.com/DanBloomberg/leptonica/releases/tag/1.80 .0
1197
+ where all releases (1.42 - 1.81 .0) are available; e.g.,
1198
+ https://github.com/DanBloomberg/leptonica/releases/tag/1.81 .0
1199
1199
The more recent releases, from 1.74, are also available at
1200
1200
leptonica.org/download.html
1201
1201
Note that if you are downloading from github, the releases are more
@@ -1220,7 +1220,7 @@ <h2> <A NAME="CONTENTS">
1220
1220
1.78 : 5.3.0
1221
1221
1.79 : 5.4.0
1222
1222
1.80 : 5.4.0
1223
- 1.81 : 5.4.0 (not released as of 10/06/2020)
1223
+ 1.81 : 5.4.0
1224
1224
1225
1225
A brief version chronology is maintained in version-notes.html.
1226
1226
Starting with gcc 4.3.3, error warnings (-Werror) are given for
0 commit comments