Size: 227
Comment:
|
Size: 347
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
* cd ~ * npm install -g npm@latest * npm install -g cordova * cordova create hello com.example.hello HelloWorld |
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