• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/UsingWebKitNightlyBuilds/
1=========================================
2Using WebKit's nightly builds with PyObjC
3=========================================
4
5The WebKit developers make regular binary builds of WebKit. These can be
6downloaded from http://nightly.webkit.org/builds/. With some effort you
7can use these snapshots to create a version of PyObjC that makes use of
8the frameworks in those snapshots.
9
10Instructions
11------------
12
131. Download the nightly snapshot and place ``WebKit.app`` into
14   this directory
15
16
172. Run ``python rewriteHeaders.py`` from this directory to extract
18   the frameworks
19
203. Apply the patch to setup.py in this directory
21
224. Rebuild (and reinstall) PyObjC.
23
24
25Todo
26----
27
28The updated frameworks might include new global functions or constants,
29those are not yet made available to python code. We'd need a patch to
30``Scripts/CodeGenerators`` to make that possible.
31