View Single Post
Old 03-25-2011, 09:04 AM   #1
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
Improved SDK for 301/302/360/60x/90x

Hi!

The new version of PocketBook SDK:

https://sourceforge.net/projects/pbchess/files/PBSDK/

Features:
1. SDK for 301,302,360 was combined with SDK for 60x, 90x. The installation is simple - just copy "usr" to "/usr" of your linux distribution;

2. Makefile system:

All the make files functionality are placed in common.mk.
The applications makefiles are VERY easy from now. Example:

OUT = inkdemo
include /usr/local/pocketbook/common.mk

The 3 build options exist:

1. make BUILD=arm (301,302,360);
2. make BUILD=arm_gnueabi (60x,90x);
3. make BUILD=wine

These builds are performed in the different folders.

Last edited by sergeyvl12; 03-25-2011 at 10:42 AM.
sergeyvl12 is offline   Reply With Quote