Subversion Repositories SvarDOS

Rev

Rev 298 | Rev 565 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 298 Rev 564
Line 22... Line 22...
22
supported, and in the public domain.
22
supported, and in the public domain.
23
 
23
 
24
Here below is the recommended command line that can be used to create a
24
Here below is the recommended command line that can be used to create a
25
package for a program named EXAMPLE using info-zip:
25
package for a program named EXAMPLE using info-zip:
26
 
26
 
27
  zip -9rkD EXAMPLE.ZIP subdir1 subdir2 ... subdirN
27
  zip -9rkDX EXAMPLE.ZIP subdir1 subdir2 ... subdirN
28
 
28
 
29
If you are using 7za to create your packages, then use this:
29
If you are using 7za to create your packages, then use this:
30
 
30
 
31
  7za a -mm=deflate -mx=9 -tzip EXAMPLE.ZIP subdir1 subdir2 ... subdirN
31
  7za a -mm=deflate -mx=9 -tzip EXAMPLE.ZIP subdir1 subdir2 ... subdirN
32
 
32