View Single Post
Old 10-07-2016, 08:16 AM   #423
trewelu
Enthusiast
trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.trewelu invented the internet.
 
Posts: 42
Karma: 84358
Join Date: Sep 2016
Device: Sony PRS-T2, Kindle PaperWhite 2013, Pocketbook InkPad2.
Quote:
Originally Posted by brucelee View Post
Added:
- tools/
- CMakeLists.txt
- make.sh

Build:
- place the PBDEV sdk dir in your home ~/
- place the pbimageviewer-src dir in ~/PBDEV/sources/
- cd ~/PBDEV/sources/pbimageviewer-src/
- bash make.sh BUILD-TYPE

BUILD-TYPE can be any of: 360, fw2, fw4, fw5
If none is given then all of them will be built.

Also, while being in the source, if you want to set custom things per build you can check that with:
PHP Code:
#ifdef BUILD_FW5
    
[...]
#else
    
[...]
#endif 
Thanks. I manage to build the thing.

hi rkomar, this is a patch to fix autorotate issue when rotation is set to 180 potrait orientation. This should enable both autorotation and using 180 orientation. The use case is for left handed viewing
Attached Files
File Type: txt autorotate-patch.txt (2.2 KB, 322 views)
trewelu is offline   Reply With Quote