You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/quickstart.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ Quick Start
6
6
Install Java
7
7
------------
8
8
9
-
A Java Runtime Environment (JRE), version greater than *1.7*, is required to run Groovy and GeoScript. Chances are your system already has a JRE installed on it. A quick way to test is to execute the following from the command line::
9
+
A Java Runtime Environment (JRE), version greater than *1.8*, is required to run Groovy and GeoScript. Chances are your system already has a JRE installed on it. A quick way to test is to execute the following from the command line::
10
10
11
11
% java -version
12
12
java version "1.7.0"
13
13
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02-315)
14
14
Java HotSpot(TM) Client VM (build 1.7, mixed mode, sharing)
15
15
16
-
If the command is not found or the Java version is less than 1.6 you must install a new JRE. Otherwise you can continue to the :ref:`next step <install_groovy>`.
16
+
If the command is not found or the Java version is less than 1.8 you must install a new JRE. Otherwise you can continue to the :ref:`next step <install_groovy>`.
17
17
18
18
A JRE can be downloaded from `Sun Microsystems <http://java.sun.com/javase/downloads/index.jsp>`_.
19
19
@@ -24,7 +24,7 @@ A JRE can be downloaded from `Sun Microsystems <http://java.sun.com/javase/downl
24
24
Install Groovy
25
25
--------------
26
26
27
-
Groovy version *2.4.5* is required for GeoScript. The current version can be downloaded from http://groovy.codehaus.org/.
27
+
Groovy version *2.4.6* is required for GeoScript. The current version can be downloaded from http://groovy.codehaus.org/.
28
28
29
29
Install GeoScript
30
30
-----------------
@@ -33,16 +33,16 @@ Install GeoScript
33
33
34
34
#. Unpack the GeoScript tarball::
35
35
36
-
unzip geoscript-groovy-1.6.0.zip
36
+
unzip geoscript-groovy-1.7.0.zip
37
37
38
-
#. Add the geoscript-groovy-1.6.0/bin directory to your path::
38
+
#. Add the geoscript-groovy-1.7.0/bin directory to your path::
39
39
40
40
export PATH=$(cd bin; pwd):$PATH
41
41
42
42
That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command:`geoscript-groovysh` command::
0 commit comments