mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
a few more tips on env setup.
This commit is contained in:
parent
405ad7583e
commit
c442df3434
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue