From c442df343405942c376afc15295ca272c1bd6c68 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 1 Nov 2003 20:49:32 +0000 Subject: [PATCH] a few more tips on env setup. --- xwords4/franklin/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xwords4/franklin/README.txt b/xwords4/franklin/README.txt index d1c185f28..cdcafac37 100644 --- a/xwords4/franklin/README.txt +++ b/xwords4/franklin/README.txt @@ -8,9 +8,11 @@ cygwin's installed. You can get the SDK, and instructions for installing it, here: http://download.franklin.com/franklin/ebookman/developer/ -Once you've defined EBOOKMAN_SDK in your environment, you should be -good to go. +There are two environment variables you'll need to build for eBookman. +Add these to your shell startup script. Here's mine (for bash): +export ARCH=i686 +export EBOOKMAN_SDK=/home/ehouse/franklin/SDK You can build either for the simulator/debugger, or to run on a device. For the simulator, type at a commandline in this directory: @@ -26,6 +28,8 @@ can then run Crosswords in the simulator by typing: # ./sGDB +(To run with additional dictionaries, edit initial.mom.) + The command ./GDB is also available. The difference is that the former is much faster and launches you directly into Crosswords, while the latter launches the device's App Picker screen, allowing you to