View Single Post
Old 11-16-2012, 05:49 PM   #12
sergeyvl12
ebook fan
sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.sergeyvl12 ought to be getting tired of karma fortunes by now.
 
Posts: 735
Karma: 2528718
Join Date: Dec 2010
Device: PocketBook 301+, Kindle 3 Wi-Fi, Onyx Boox A62, Kindle Touch
Quote:
Originally Posted by ah-
The checkers binary is still missing
Sorry... something wrong was with my build script. Updated.

ah-

I have an idea

nickel is 'qws' server. So, probably we don't need to start our own qws server. Our program will be qws client. It will use qws server with it's plugins to handle touchscreen input and render graphics.

pbchess.sh:

("-qws" parameter should be removed)

Code:
#!/bin/sh
root=/mnt/onboard/checkers
export LD_LIBRARY_PATH=/usr/local/Trolltech/QtEmbedded-4.8.0-arm/lib
export QT_QWS_FONTDIR=$root/fonts # ??? do I need this?
$root/checkers
I started my programs on Onyx Boox similar.

If everything ok, client program (checkers) will connect to qws server (nickel).
sergeyvl12 is offline   Reply With Quote