Changes between Initial Version and Version 1 of SuccessfulPortHowTo


Ignore:
Timestamp:
Apr 18, 2008 7:58:40 PM (16 years ago)
Author:
ddkilzer@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SuccessfulPortHowTo

    v1 v1  
     1[[PageOutline]]
     2
     3= Successful Port How To =
     4
     5This page describes how to establish and maintain a port that lives in the [http://webkit.org/building/checkout.html main Subversion repository] of the WebKit project, as well as the benefits to doing so.
     6
     7Obviously you are free to create your own external repository, but if it's publicly available, please consider creating a wiki page for it under the "WebKit Ports" section of the [wiki:"WikiStart" start page].
     8
     9== What is a Port? ==
     10
     11A port of WebKit is a unique combination of platform technologies that run the WebKit engine.
     12
     13The most common difference between ports is the operating system that they run on (e.g., Apple's Mac OS X and Windows ports), but in other cases two ports may run on the same operating system but use different graphics (or other) platform technologies (e.g., the Qt and GTK+ ports on Linux).
     14
     15== TBD ==
     16
     17NOTE: This document is a work-in-progress.  Add more information as needed!
     18