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