https://github.com/paxa/bb10-textout
Example application to print text on blackberry 10
https://github.com/paxa/bb10-textout
Last synced: about 1 year ago
JSON representation
Example application to print text on blackberry 10
- Host: GitHub
- URL: https://github.com/paxa/bb10-textout
- Owner: Paxa
- Created: 2014-02-02T13:46:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T17:30:45.000Z (over 12 years ago)
- Last Synced: 2025-04-25T12:07:21.956Z (about 1 year ago)
- Language: C++
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TextOut app
My first app for blackberry 10 using cascades framework, it prints text to screen. (as simple as that)
I make it as `printf`-replacement for my experiments.
### Build and install
1. First make sure you have installed Momentics SDK
2. Then you need to have debug token installed
3. Open `deploy.yml` and put your info
Then run:
rake build deploy
Done! If you see `result::success` - this app already installed to your device.
### Build without Rake
cd build
cmake -DCMAKE_TOOLCHAIN_FILE="./cmake/Toolchain-QNX-8.0.0.cmake" .
make
*note: all development tested only in OS X 10.9*