You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by bu...@apache.org on 2012/04/16 08:14:14 UTC

svn commit: r813199 - in /websites/staging/etch/trunk/content: ./ etch/getting-started.html

Author: buildbot
Date: Mon Apr 16 06:14:14 2012
New Revision: 813199

Log:
Staging update by buildbot for etch

Modified:
    websites/staging/etch/trunk/content/   (props changed)
    websites/staging/etch/trunk/content/etch/getting-started.html

Propchange: websites/staging/etch/trunk/content/
------------------------------------------------------------------------------
    cms:source-revision = 1326501

Modified: websites/staging/etch/trunk/content/etch/getting-started.html
==============================================================================
--- websites/staging/etch/trunk/content/etch/getting-started.html (original)
+++ websites/staging/etch/trunk/content/etch/getting-started.html Mon Apr 16 06:14:14 2012
@@ -79,7 +79,7 @@
 </ul>
   </div>  
   <div id="content">
-    <h1 id="getting_started">Getting Started</h1>
+    <h1 id="getting-started">Getting Started</h1>
 <p>The following steps give you an introduction how to configure, build and work with the Apache Incubator Etch sources. At the the moment we support Windows and Linux builds. </p>
 <ol>
 <li><a href="#Preconditions">Preconditions</a></li>
@@ -203,7 +203,16 @@ for your machine:</p>
 
 <h3 id="buildSources">Build sources</h3>
 <p>As soon as all the required dependencies and the source is available on your machine, you are able to build Etch.</p>
-<h5 id="ant_build">Ant Build</h5>
+<p><em>Note for Linux 64-bit users:</em> <br/>
+In order to perform the 32-bit build of the C and C++ bindings make sure that you have installed the 32-bit support libraries. On Ubuntu you need the following packages:</p>
+<div class="codehilite"><pre>ia32-libs
+libc6.dev.i386
+g++-multilib
+gcc-multilib
+</pre></div>
+
+
+<h5 id="ant-build">Ant Build</h5>
 <ol>
 <li>
 <p>Open the <code>scripts/antSetup.bat</code> (Windows) or <code>scripts/antSetup.sh</code> (Linux) with your favourite text editor</p>