]> rtime.felk.cvut.cz Git - orte.git/blobdiff - readme
ANDROID: add instructions to build
[orte.git] / readme
diff --git a/readme b/readme
index 01b483e2ea1d9601907edcebfc4363ab23f4642e..222f39a0de40799939b781f4fd75860a3f6187ab 100644 (file)
--- a/readme
+++ b/readme
@@ -20,29 +20,7 @@ note: was tested on
 sparc-sun-solaris2.9
 powerpc-apple-darwin6.8
 
-Obtaining the code from Git repository
---------------------------------------
-
-This seems redundant, since if you're reading this you most likely
-have already performed this step; however, for completeness, you can
-obtain the latest ORTE source code from Git repository by running:
-
-  $ git clone git://orte.git.sourceforge.net/gitroot/orte/orte
-
-Building From Git
------------------
-
-To build ORTE code from Git, you will need Autoconf, Automake, and any
-tools that those utilities require (GNU m4, Perl, etc.). See the
-configure.in file to find the minimum versions of each of these tools.
-
-After checking out the code, you will need to perform these steps to get
-to the point where you can run "make".
-
- $ make -f Makefile.cvs 
-
-
-How to make and install it?
+How to compile and install it?
 ---------------------------
 
 simply untar instalation package into desired directory, enter this 
@@ -86,7 +64,7 @@ directory.
 Now just type a run
 make
 
-in the root of the ORTE project will be create two direcories, which contains compilation results.
+in the root of the ORTE project will be create two directories, which contains compilation results.
 
 How to start?
 -------------
@@ -97,7 +75,7 @@ note:ortemanager have to be running during all communication. For future work ca
 be added into /etc/init.d/... script for starting ortemanager during boot
 of machine. This scripts (redhat and mandrake) are located in 
 "orte/manager/rc/ortemanagerd"
-For developping a RT application, ortemnager can be running in userspace.
+For developing a RT application, ortemnager can be running in userspace.
 Start it with parameter "-k 192.168.4.2". This address is IP address of 
 RT application.
 
@@ -117,10 +95,30 @@ received fresh issue 3
 
 communication works. If you see only sending messsages, it's sign that ortemanager 
 is not probably running.
-See "orteping -h" for usaged.
+See "orteping -h" for usage.
 
 Now, you can develop self applications (see documentation).
 
+Obtaining the code from Git repository
+--------------------------------------
+
+You can obtain the latest ORTE source code from Git repository by
+running:
+
+  $ git clone git://git.code.sf.net/p/orte/orte
+
+Building From Git
+-----------------
+
+To build ORTE code from Git, you will need Autoconf, Automake, and any
+tools that those utilities require (GNU m4, Perl, etc.). See the
+configure.in file to find the minimum versions of each of these tools.
+
+After checking out the code, you will need to perform these steps to
+get to the point where you can run "configure" and "make".
+
+ $ make -f Makefile.cvs 
+
 Feedback is welcome - send bug reports, enhancements, checks, money
 orders, etc. to the address below.