Difference between revisions of "NA"

From NAMIC Wiki
Jump to: navigation, search
m (Update from Wiki)
m (Update from Wiki)
Line 1: Line 1:
Objective:
+
'''Objective:'''
  
Progress:
+
To enable cross-platform packaging and distribution of software.
  
Key Investigators:
+
'''Progress:'''
  
Links:
+
Packaging and distributing software across multiple computer platforms (hardware, operating system and compiler) has been a difficult, error prone and time consuming process. CPack is an adjunct component of CMake that addresses this issue. It uses the concept of ''generators'' from CMake, where a generator abstracts the platform specific packaging issues. CPack is a new software tool whose development was initiated in the second year of NA-MIC funding. Initial results includes support for Mac OSX using PackageMaker, Windows using Nullsoft Scriptable Installer System (NSIS), and Unix using self extracting TAR file. Future work includes support for more generators, such as Red Hat RPM, Debian DEB, and Microsoft MSI.
 +
 
 +
'''Key Investigators:'''
 +
 
 +
Andy Cedilnik
 +
 
 +
'''Links:'''
 +
 
 +
* http://www.cmake.org
 +
* http://nsis.sourceforge.net
 +
* http://developer.apple.com/documentation/developertools/Conceptual/SoftwareDistribution/index.html

Revision as of 14:03, 18 December 2006

Home < NA

Objective:

To enable cross-platform packaging and distribution of software.

Progress:

Packaging and distributing software across multiple computer platforms (hardware, operating system and compiler) has been a difficult, error prone and time consuming process. CPack is an adjunct component of CMake that addresses this issue. It uses the concept of generators from CMake, where a generator abstracts the platform specific packaging issues. CPack is a new software tool whose development was initiated in the second year of NA-MIC funding. Initial results includes support for Mac OSX using PackageMaker, Windows using Nullsoft Scriptable Installer System (NSIS), and Unix using self extracting TAR file. Future work includes support for more generators, such as Red Hat RPM, Debian DEB, and Microsoft MSI.

Key Investigators:

Andy Cedilnik

Links: