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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ The [MCT](https://sites.google.com/site/openmct/) project was developed at the N
4
4
5
5
Getting Started
6
6
--
7
-
1. MCT is built using Maven (Java SE6), so start by downloading [maven 2.2.1](http://maven.apache.org/download.html)
7
+
1. MCT is built using Maven (Java SE6), so start by downloading [maven 2.2.1 or greater](http://maven.apache.org/download.html)
8
8
2. Clone the git repository `git clone https://github.com/nasa/mct.git` into a local folder (referred to as `MCT_HOME`).
9
9
3. Run `mvn -N install` from the `MCT_HOME/superpom` directory.
10
10
4. Run `mvn clean install -Dmaven.test.skip=true -Ddistribution` from the `MCT_HOME/platform-assembly` directory.
11
11
1. If Maven complains about missing dependencies org.eclipse:equinox-osgi:jar:3.5.1 or org.eclipse:equinox-osgi-services:jar:3.2.0, download the JARs for the two plugins from http://archive.eclipse.org/equinox/drops/R-3.5.1-200909170800/index.php. Then follow the instructions Maven provides for installing the JARs.
12
12
5. The platform distribution archive can be found in the `MCT_HOME/platform-assembly/target` directory.
13
13
6. Extract the distribution archive, i.e. `mct-platform-1.8b4-dist.tar.gz` to the directory you wish to install MCT.
14
14
The subdirectory `mct-platform-1.8b4` will be created from the archive (referred to as `MCT_DIST`).
15
-
7. Run `mct.sh` from the `MCT_DIST/bin`directory to start MCT.
15
+
7. Run `MCT.jar` from the extracted MCT directory. On most systems, this can be done with a double-click from a file browser; from the command line, `java -jar MCT.jar`
0 commit comments