X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/0fd6f17a61e812bad39eb7162fecddeb85c987ca..refs/heads/android:/readme diff --git a/readme b/readme index 6af9a84..3f61db6 100644 --- a/readme +++ b/readme @@ -105,7 +105,7 @@ Obtaining the code from Git repository You can obtain the latest ORTE source code from Git repository by running: - $ git clone git://orte.git.sourceforge.net/gitroot/orte/orte + $ git clone git://git.code.sf.net/p/orte/orte Building From Git ----------------- @@ -114,8 +114,8 @@ 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". +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