Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r676 committed - Added information about preparing release packages.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r676 committed - Added information about preparing release packages.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r676 committed - Added information about preparing release packages.
  • Date: Mon, 03 Oct 2011 13:16:33 +0000

Revision: 676
Author:

Date: Mon Oct 3 06:16:01 2011
Log: Added information about preparing release packages.
http://code.google.com/p/ndt/source/detail?r=676

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Mon Oct 3 03:08:04 2011
+++ /wiki/NDTArchitecture.wiki Mon Oct 3 06:16:01 2011
@@ -187,3 +187,24 @@

This process creates both server programs (web100srv and fakewww), the client tool (web100clt), the administrative tools (analyze, viewtrace, genplot, tr-mkmap), and it builds the java class and jar programs. The _make install_
process puts all the executables in the proper place.
+
+=== Preparing release packages ===
+
+In order to prepare the release package, the I2Util library sources have to be located inside the NDT sources directory.
+
+The release package is created with the following command:
+
+{{{make dist}}}
+
+The above command will create a gzipped tar archive (ndt-VERSION.tar.gz).
+
+It is also possible to create release packages in different formats. You can find all supported formats in the following table:
+
+|| *command* || *package type* || *package name* ||
+|| {{{make dist-gzip}}} || tar archive compressed with {{{gzip}}} || ndt-VERSION.tar.gz ||
+|| {{{make dist-bzip2}}} || tar archive compressed with {{{bzip2}}} || ndt-VERSION.tar.bz2 ||
+|| {{{make dist-lzma}}} || tar archive compressed with {{{lzma}}} || ndt-VERSION.tar.lzma ||
+|| {{{make dist-xz}}} || tar archive compressed with {{{xz}}} || ndt-VERSION.tar.xz ||
+|| {{{make dist-tarZ}}} || tar archive compressed with {{{compress}}} || ndt-VERSION.tar.Z ||
+|| {{{make dist-shar}}} || shar archive compressed with {{{gzip}}} || ndt-VERSION.shar.gz ||
+|| {{{make dist-zip}}} || zip archive || ndt-VERSION.zip ||


  • [ndt-dev] [ndt] r676 committed - Added information about preparing release packages., ndt, 10/03/2011

Archive powered by MHonArc 2.6.16.

Top of Page