This is an early port of the Project Macaw twitter app from Mojo to Enyo 2, and when I say "port" I mean "not a port at all, because it is a rewrite from scratch".
- Author: Micah N Gorrell
- Twitter: @_minego
- Email [email protected]
- Web: http://minego.net
This application relies on a number of git sub modules. After checking out you must run:
make init
If you downloaded as a zip from github instead of a checkout then you must run:
make initzip
This application can currently be packaged for chrome, Firefox OS webOS and android. Packaging for other platforms may be included in the future.
Building requires gnu make. Minifying requires nodejs.
make clean all
make clean release
* Run either "make clean all" or "make clean release"
* Navigate to "chrome:extensions"
* Click "Load unpacked extension"
# Select the 'deploy/macaw-enyo' directory
* Run either "make clean all" or "make clean release"
* Open the Firefox OS simulator, and add the 'deploy/macaw-enyo' directory
* Click "Push" to install on your device
make webos
make android
make bar
export BB10SDK=/path/to/bb10/sdk
export BB10SIGNPASS=Keypassword
make barsigned
make install
export BB10SDK=/path/to/bb10/sdk
export BB10DEVICE="ip of bb10 device"
export BB10TYPE="simulator or device"
export BB10DEVICEPASS="devices developer mode password"
make install
make log
See COPYING file license
Copyright 2013 Micah N Gorrell