Cordova
In CentOs 6.6 install the following:
- cd /tmp
- yum -y groupinstall "Development Tools"
- ./configure
- make clean
- make
- make install
- cd ~
- npm install -g npm@latest
- npm install -g cordova
cordova create hello com.example.hello HelloWorld
- cd hello
In CentOs 6.6 install the following:
cordova create hello com.example.hello HelloWorld
Cordova (last edited 2015-07-16 18:22:13 by static-wan-bl2-240-198-rev)