View Single Post
Old 06-09-2011, 03:43 AM   #3
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 J.C. View Post
Yes, mtravellerh told us.
But is it officially released yet, with the documentation and all ?
It's officially released but w/o documentation yet.

I've maked deb - packages for this SDK. The compiler/libs/headers are the same as in the official SDK, but with makefiles from my latest SDK (PBSDK-linux-2011-02-10.tgz).

The installation is simple:

1. Download pbsdk-linux-1.0.4_i386.deb or pbsdk-linux-1.0.4_amd64.deb (depends on your linux architecture) from here: http://pbsdk.vlasovsoft.net/

2. For debian-based linux just install it:
Code:
sudo dpkg -i pbsdk-linux-1.0.4_i386.deb
or

Code:
sudo dpkg -i pbsdk-linux-1.0.4_amd64.deb
3. For RPM-based linux convert the package to RPM:

Code:
alien -r pbsdk-linux-1.0.4_i386.deb
or

Code:
alien -r pbsdk-linux-1.0.4_amd64.deb
and install rpm

4. For other linuxes convert it to TGZ

Code:
alien -t pbsdk-linux-1.0.4_i386.deb
or

Code:
alien -t pbsdk-linux-1.0.4_amd64.deb
and copy "usr" from the package to your /usr

5. To make an example (inkdemo):

* mkdir ~/projects
* cd ~/projects
* cp -r /usr/local/pocketbook/sources/inkdemo .
* cd inkdemo
* make BUILD=arm (or make BUILD=arm_gnueabi)

Last edited by sergeyvl12; 06-17-2011 at 05:48 AM.
sergeyvl12 is offline   Reply With Quote