Porting from Unix platforms: Difference between revisions
Appearance
m Porting from Unix platforms |
(No difference)
|
Revision as of 12:07, 20 November 2004
Porting from Unix platforms
This article will cover the basic steps for porting programs written for the Unix platform.
Only command line program will be covered, since porting the X window interface is a second step. If you are working on a GUI program, consider using the EverBlue Project or the WxWidgets (formerly WxWindows) project. Remind that the steps described here, probably still apply to your project.