Author: vanto
Date: Fri Nov 23 12:53:19 2012
New Revision: 1412864
URL: http://svn.apache.org/viewvc?rev=1412864&view=rev
Log:
no syntax hightlighting here please.
Modified:
ode/site/trunk/content/building-ode.mdtext
Modified: ode/site/trunk/content/building-ode.mdtext
URL:
http://svn.apache.org/viewvc/ode/site/trunk/content/building-ode.mdtext?rev=1412864&r1=1412863&r2=1412864&view=diff
==============================================================================
--- ode/site/trunk/content/building-ode.mdtext (original)
+++ ode/site/trunk/content/building-ode.mdtext Fri Nov 23 12:53:19 2012
@@ -25,6 +25,7 @@ For more information or if you have any
The Subversion repository is mirrored by a Git repository at
[http://git.apache.org/ode.git](http://git.apache.org/ode.git) or
[Github](http://github.com/apache/ode).
So if you're more comfortable with Git, you can clone this repo.
+ :::text
$> git clone http://git.apache.org/ode.git
$> cd ode
$> git checkout -b 1.X --track origin/trunk
@@ -44,13 +45,13 @@ Building is then pretty simple.
Open a command in the source root directory and run:
-
+ :::text
$> buildr package test=no
To try the test cases bundled with ODE:
-
+ :::text
$> buildr test
@@ -58,7 +59,7 @@ You are very welcome to contribute by ru
To generate Eclipse project files:
-
+ :::text
$> buildr eclipse
@@ -72,5 +73,4 @@ It just works! For more information abou
## Troubleshooting
* If you get a Zlib:BufError, that's because of your version of Rubygems, just
upgrade RubyGems by typing:
-
- gem update --system
\ No newline at end of file
+ ```gem update --system```
\ No newline at end of file