Skip to content

Commit

Permalink
Mention requirement of libzip in INSTALL
Browse files Browse the repository at this point in the history
And fixed whitespace, while at it. Closes #8.
  • Loading branch information
root committed Sep 28, 2017
1 parent 543a770 commit b2f46d1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions INSTALL
Expand Up @@ -5,12 +5,13 @@ Solaris, FreeBSD, OpenBSD and NetBSD.
To build odt2txt you need GNU make on all platforms. On platforms
other than Linux and Cygwin, it is usually called "gmake".

You also need libzip (https://nih.at/libzip/) including its
development headers.

Linux:
A modern Linux system has everything you need in the
libc. Just run "make" in the source directory.
Just run "make" in the source directory.

Solaris:
Everything you need comes with the system.
I have test-compiled odt2txt on Solaris 9 (sparc) and
Solaris 10 (x86), both with gcc and the Sun C Compiler.

Expand All @@ -34,8 +35,8 @@ NetBSD:
you need.

HP-UX:
If zlib is not already installed on the system, build it. Then
build odt2txt with "gmake ZLIB_DIR=/path/to/zlib"
If zlib is not already installed on the system, build it. Then
build odt2txt with "gmake ZLIB_DIR=/path/to/zlib"

Windows (Cygwin):
You need to install libiconv.
Expand Down

0 comments on commit b2f46d1

Please sign in to comment.