...
You can validate your Sencha installation by typing the following command (should get usage information back):
%> sencha --help
3) On a 64-bit Linux OS, you may need to install additional packages:
No Format |
---|
Ubuntu x64:
$ sudo apt-get install lib32stdc++6
Amazon AMI
$ sudo yum install libstdc++47.i686
CentOS
$ sudo yum install libstdc++.i686 |
4) Windows x64 users will also need to install a 32-bit Java SDK/JRE for the sencha build command to work properly (one of the jars in sencha looks for the 32-bit runtime and won't play nicely with the 64-bit SDK/JRE.)
GENERAL DEVELOPMENT PROCESS
...