Fork me on GitHub

MonoBerry

Mono for the BlackBerry 10 platform

About

MonoBerry is Mono for the BlackBerry PlayBook OS and the future BlackBerry 10 platform. The project consists of three parts:

Installation from source

Mac OS X

brew install autoconf automake libtool git
git clone git://github.com/roblillack/monoberry.git
cd monoberry && make && sudo make install

Setting up a device for MonoBerry deployment

MonoBerry configuration

The MonoBerry command-line tool monoberry will look for a INI-style configuration file ~/.monoberryrc that contains a section with global settings ([core]) and device-specific sections ([device.XXXX]):

Core settings

Device-specific settings

Command-line reference

TBD, try monoberry help for now.