Changes between Version 18 and Version 19 of DeveloperGuidelines/EdenMobile


Ignore:
Timestamp:
10/11/16 17:15:41 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile

    v18 v19  
    16161. Cordova runs on '''NodeJS'''. If your OS distribution does not provide a NodeJS bundle, you can get from here:
    1717
    18   - [https://nodejs.org/en/download https://nodejs.org/en/download]
     18 - [https://nodejs.org/en/download https://nodejs.org/en/download]
    1919
    20202. Use the NodeJS package manager ''npm'' to install Cordova:
     
    2424}}}
    2525
    26   See also: [https://cordova.apache.org/#getstarted https://cordova.apache.org/#getstarted]
     26 See also: [https://cordova.apache.org/#getstarted https://cordova.apache.org/#getstarted]
    2727
    28283. If you want to build and test !EdenMobile, you also need an SDK for the target platform, e.g.:
    2929
    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
    3134
    32354. You can fork/clone !EdenMobile from here:
    3336
    34   - [https://github.com/nursix/eden_mobile https://github.com/nursix/eden_mobile] (development trunk, if you want to contribute to the !EdenMobile project)
    35   - [https://github.com/sahana/eden_mobile https://github.com/sahana/eden_mobile] (stable, if you want to create custom builds...coming soon)
     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)
    3639
    37405. Run the application