yuryfdr / pbtk

C++ simple toolkit for PocketBook readers
http://fedorchenko.net/pbtk.php
GNU Lesser General Public License v2.1
11 stars 4 forks source link

Building from source #1

Open neilswann80 opened 10 months ago

neilswann80 commented 10 months ago

Whilst being very new to make/cmake and cross-compiling in general, I've managed to build a few applications from their repository sources.

However, I'm having problems building PBTK from source and was wondering if you could give me a rough idea of the process for this repository? There's make.sh, a makefile, as well as a cmakelist file available, so I'm confised at to which route I'm supposed to take? Are there any prerequisite files to be installed besides the PB SDK? The master branch hints at installing libsigc++ and the cmakelists.txt suggest I need libpng and zlib also? The makefile also points ay /usr/local/pocketbook/common.mk which doesn't appear in the suggested SDK from the readme?

I'm keen to try and tweak some of the widgets within the toolkit to improve my C++.

Thanks in advance.

yuryfdr commented 10 months ago

which SDK you use? there is no official SDK now as I know

yuryfdr commented 10 months ago

try cmake branch instead of master