echo0282 / phonegap-app-desktop

PhoneGap Desktop App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phonegap Desktop App Build Status bitHound Score

Installation for OSX

install the latest XCode from the Mac App Store
# install grunt cli
$ [sudo] npm install -g grunt-cli

# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# install xQuartz
brew install Caskroom/cask/xquartz

# install wine
brew install wine --devel

# install mono
brew install mono

# add export MONO_GAC_PREFIX="/usr/local" to.bash_profile`
# reload .bash_profile by typing in:
. ~/.bash_profile

#install samba
brew install samba

# install dev dependencies
$ npm install

# Create a fork of the phonegap-app-desktop repository.
# Clone your fork of the repository.
# Navigate to project folder on your local machine.
# Follow instructions in the Build section.

Build

# builds development version
grunt

# builds release version
grunt -release

About

PhoneGap Desktop App

License:Apache License 2.0


Languages

Language:JavaScript 67.2%Language:CSS 9.1%Language:HTML 9.0%Language:Shell 5.8%Language:Python 4.6%Language:Inno Setup 2.4%Language:AppleScript 1.5%Language:Ruby 0.4%