Size: 73
Comment:
|
Size: 347
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* wget | * wget http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz * 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 |
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