You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by ti...@apache.org on 2015/05/14 06:15:06 UTC

incubator-ripple git commit: Add more specific build requirements.

Repository: incubator-ripple
Updated Branches:
  refs/heads/master 9737ec47f -> 2691e6755


Add more specific build requirements.

- Specify nodejs and npm as in [current] package.json.
- Restructure requirements into common and platform-specific.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/2691e675
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/2691e675
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/2691e675

Branch: refs/heads/master
Commit: 2691e6755b3d7ced5f5c29648b6e7de5b3d0c155
Parents: 9737ec4
Author: Arzhan Kinzhalin <ar...@intel.com>
Authored: Wed May 13 22:01:19 2015 -0300
Committer: Arzhan Kinzhalin <ar...@intel.com>
Committed: Wed May 13 22:57:45 2015 -0300

----------------------------------------------------------------------
 README.md | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/2691e675/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0e1ce8f..76205e8 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,21 @@ A browser based, platform agnostic mobile application development and testing to
 
 ## Build Requirements
 
+* Common
+  * `nodejs` (`v0.12.0` or higher)
+  * `npm` (`v2.5.1` or higher)
+  * `python` (`v2.7.3` recommended, `v3.x.x` is __not__ supported)
+    * [Windows download](http://www.python.org/download/releases/2.7.3#download)
+
 * OSX / Linux
-  * nodejs, npm
+    * `make`
+    * A C/C++ compiler toolchain, e.g. GCC
+
 * Windows
-  * nodejs, npm
-  * [Python](https://www.python.org/downloads/) (`v.2.7.x` recommended, `v.3.x.x` is not supported)
-  * Visual Studio 2010. The setup instructions can be found [here](https://github.com/brianmcd/contextify/wiki/Windows-Installation-Guide)
-  * Ripple uses [Bower](http://bower.io/) for js libraries managing. In order to use Bower on Windows, [msysgit](http://msysgit.github.io/) must be installed in a proper way - see Bower's [README.md](https://github.com/bower/bower#windows-users)
+  * Visual Studio 2010
+    * The setup instructions can be found [here](https://github.com/brianmcd/contextify/wiki/Windows-Installation-Guide)
+  * [msysgit](http://msysgit.github.io/)
+    * Ripple uses [Bower](http://bower.io/) for js libraries managing. In order to use Bower on Windows, [msysgit](http://msysgit.github.io/) must be installed in a proper way - see Bower's [README.md](https://github.com/bower/bower#windows-users)
 
 ## Getting Started