Update 64-bit gtk build instructions
diff --git a/cvs.php b/cvs.php
index 2cbf0e7..e0b5bf9 100644
--- a/cvs.php
+++ b/cvs.php
@@ -59,7 +59,7 @@
         <center><p><img src="images/swt-resource-perspective.png" alt="perspective"></p></center>
 
     <li>Next, we expand <b>org.eclipse.swt</b> and find the
-        <b>.classpath</b> file for our platform and rename it to
+        <b>.classpath_<em>xxx</em></b> file for our platform and copy it to a file named
         <b>.classpath</b>.
 
         <center><p><img src="images/swt-classpath.png" alt="classpath"></p></center>
@@ -67,6 +67,8 @@
     <li>After changing a <b>.classpath</b> file, it's usually a good
         idea to clean the projects that depend on it to make sure
         everyone is cool.
+        <br>(Note that if you are building for a 64-bit platform, there is an extra step needed.
+        Please see <a href="http://www.eclipse.org/swt/faq.php#gtk64">this FAQ</a> for details).
 
         <center><p><img src="images/swt-clean.png" alt="classpath"></p></center>
 
diff --git a/faq.php b/faq.php
index fed550a..cf92862 100755
--- a/faq.php
+++ b/faq.php
@@ -297,13 +297,17 @@
   <ol>
   	<li>Start Eclipse and retrieve the following projects from dev.eclipse.org: org.eclipse.swt, org.eclipse.swt.gtk.linux.x86_64, org.eclipse.swt.tools
       (see <a href="http://www.eclipse.org/swt/cvs.php">How to use SWT from CVS</a>)</li>
-  	<li>Open the file build.xml located into the org.eclipse.swt.gtk.linux.x86_64 fragment. Run Ant to execute the ant task build.nativeLibraries defined in build.xml.</li>
-  	<li>Refresh the project org.eclipse.swt.gtk.linux.x86_64</li>
+    <li>Use the .classpath_gtk as the .classpath file in the org.eclipse.swt project</li>
+  	<li>You need to run the 32 to 64 bit conversion on the swt code base.
+  	To do this: go to the org.eclipse.swt.gtk.linux.x86_64 fragment, click on build.xml and 
+	right click &gt; Run As &gt; Ant Build... . Once the ant dialog is up, clear all 
+	targets listed and select the "replace.32.to.64" target. Run it!</li>
+  	<li>Once the ant target is done, you need to refresh the org.eclipse.swt project.</li>
   </ol>
   The project org.eclipse.swt.gtk.linux.x86_64 now contains the 64 bit native libraries. The 64 bit java and C source code
   has been copied under the org.eclipse.swt.gtk.linux.x86_64/src folder.
   </dd>
-
+  
   <dt><strong><a name="gtkstartup">Q: What do I need to run SWT on Linux/GTK?</a></strong></dt>
   <dd>A: SWT requires the following libraries with the specified versions or later:
     <p>For Eclipse 3.0 and newer:</p>