
This is all Linux software.  First you have to compile the programs.
There is a comment at the start of each C file giving the right gcc
command.  install-wordlist uses headers and libraries from the
copylefted package pilot-link.0.3.2. It is available from
ftp://ns1.pfnet.com/pub/PalmOS/

---------------------------------------------------------------

1. Sort

   sort dict.raw > d.sorted

2. Encode

   chunky_encode d.sorted d.code d.index > d.bits

   This program will print out how many words and chunks there are.

3. Perform sanity check

   chunky_decode d.bits d.code n-chunks > d.check
   diff d.sorted d.check

   There should be no difference between the two files.

4. Create empty db on pilot using the utility makedb.prc. Specify WLst 
   as the db creator, 2 as the db type, and whatever name you want the 
   dictionary db to have. Note that this program gives NO visible 
   indication of having worked after you press "doit". Also, its appid 
   KjL1 is unregistered.

5. Transmit the contents of the db to the pilot.

   install-wordlist /dev/cua? d.bits d.code n-words n-chunks d.index db-name

