Extracting the PDK on Linux

From WebOS Internals
Revision as of 02:57, 26 March 2010 by Mr.gaffo (talk | contribs) (New page: === prerequisites === * wget * p7zip-full === process === First we need to get the PDK: wget http://cdn.downloads.qa.palm.com/sdkdownloads/PDK/PalmPDK.exe Now we need to extract it: 7z P...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

prerequisites

  • wget
  • p7zip-full

process

First we need to get the PDK: wget http://cdn.downloads.qa.palm.com/sdkdownloads/PDK/PalmPDK.exe

Now we need to extract it: 7z PalmPDK.exe

This puts stuff all over the place. It also uses some filenames that are annoying to handle on linux. Here are some things I've found that are useful:

  • $_OUTDIR/Albacore/castle: extra lib installers for the pre
  • $_OUTDIR/Albacore/pixie: extra lib installers for the pixi
  • $_OUTDIR/Native-SDK/castle: dev apps for the pre
  • $_OUTDIR/Native-SDK/pixie: dev apps for the pixie
  • device/lib: .so files for the pre and pixie
  • $_OUTDIR/include: headers for SDL, GLES, GLESv2, and PDL