forked from sfa-siard/Zip64File
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
25 lines (18 loc) · 947 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Zip64File - ZIP 64 handler for SIARD 2.1
========================================
This package contains a ZIP 64 handler.
Its main intention reading and writing ZIP files which conform to the
64 bit extension of the ZIP standard.
It also includes a command-line tool for reading and
writing ZIP files in ZIP 64 format.
doc/manual/user/index.html contains the manual for using the binaries.
doc/manual/developer/index.html is the manual for developers wishing
build the binaries or work on the code.
For building the binaries, Java JDK (1.7 or higher), Ant, and Git must
have been installed. A copy of build.properties.template must be called
build.properties. In it using a text editor the local values must be
entered as directed by the comments.
More information about the build process can be found in
doc/manual/developer/build.html.
The project can be opened in Eclipse. But use of Eclipse is optional.
31.01.2018 Hartwig Thomas