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