Changes between Version 18 and Version 19 of DeveloperGuidelines/EdenMobile
- Timestamp:
- 10/11/16 17:15:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile
v18 v19 16 16 1. Cordova runs on '''NodeJS'''. If your OS distribution does not provide a NodeJS bundle, you can get from here: 17 17 18 18 - [https://nodejs.org/en/download https://nodejs.org/en/download] 19 19 20 20 2. Use the NodeJS package manager ''npm'' to install Cordova: … … 24 24 }}} 25 25 26 26 See also: [https://cordova.apache.org/#getstarted https://cordova.apache.org/#getstarted] 27 27 28 28 3. If you want to build and test !EdenMobile, you also need an SDK for the target platform, e.g.: 29 29 30 - [https://developer.android.com/studio/index.html#downloads Android SDK] 30 - [https://developer.android.com/studio/index.html#downloads Android SDK] 31 - Ensure the SDK tools are in your PATH, e.g. for Windows 10: 32 * %USERPROFILE%\!AppData\local\android\sdk\platform-tools 33 * %USERPROFILE%\!AppData\local\android\sdk\tools 31 34 32 35 4. You can fork/clone !EdenMobile from here: 33 36 34 35 37 - [https://github.com/nursix/eden_mobile https://github.com/nursix/eden_mobile] (development trunk, if you want to contribute to the !EdenMobile project) 38 - [https://github.com/sahana/eden_mobile https://github.com/sahana/eden_mobile] (stable, if you want to create custom builds...coming soon) 36 39 37 40 5. Run the application