Difference between revisions of "Porting"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 17: Line 17:
  
 
* [https://en.wikipedia.org/wiki/Porting Porting] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Porting Porting] @ Wikipedia
 +
 +
 +
[[Category:Software engineering]]

Latest revision as of 17:11, 27 April 2016

In software engineering, porting is the process of adapting software so that an executable program can be created for a computing environment that is different from the one for which it was originally designed (e.g. different CPU, operating system, or third party library).

Description

The term is also used when software/hardware is changed to make them usable in different environments.

Software is portable when the cost of porting it to a new platform is less than the cost of writing it from scratch.

The lower the cost of porting software, relative to its implementation cost, the more portable it is said to be.

See also

External links