View Single Post
Old 10-06-2016, 05:46 AM   #422
brucelee
Addict
brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.brucelee can program the VCR without an owner's manual.
 
Posts: 352
Karma: 188498
Join Date: Jan 2015
Location: Romania
Device: Kobo Aura One
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 
Attached Files
File Type: zip pbimageviewer-src.zip (57.4 KB, 358 views)

Last edited by brucelee; 10-06-2016 at 05:55 AM.
brucelee is offline   Reply With Quote