Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
diana:windows:building:packaging [2010-04-07 15:10:55] dages |
diana:windows:building:packaging [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 48: | Line 48: | ||
===== The smart way (slightly more complicated) ===== | ===== The smart way (slightly more complicated) ===== | ||
- | Install everything into '' | + | Install everything into '' |
C:\> zip -9rv met.no/ | C:\> zip -9rv met.no/ | ||
Line 62: | Line 62: | ||
C:\> zip -9rv met.no/ | C:\> zip -9rv met.no/ | ||
| | ||
- | ===== License compliance ===== | + | ===== The quick way ===== |
+ | |||
+ | There should be a batch file called diana-zip.bat in '' | ||
+ | |||
+ | It expects exactly one command-line argument, which should be the version number or identificator ('' | ||
+ | |||
+ | It will create a zip file in '' | ||
+ | |||
+ | C:\> \met.no\bin\diana-zip TEST | ||
+ | |||
+ | and answer '' | ||
+ | |||
+ | ====== License compliance | ||
If you are going to distribute the ZIP file outside your organization, | If you are going to distribute the ZIP file outside your organization, | ||
To comply with the GPL, you also need to make sure that the source code for the exact versions you used //and// any patches you have applied //and// complete instructions for building metlibs and diana are available to all recipients of the compiled binaries.ls | To comply with the GPL, you also need to make sure that the source code for the exact versions you used //and// any patches you have applied //and// complete instructions for building metlibs and diana are available to all recipients of the compiled binaries.ls |