[teiid-commits] teiid SVN: r2377 - trunk/documentation/client-developers-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jul 27 10:21:35 EDT 2010


Author: rareddy
Date: 2010-07-27 10:21:35 -0400 (Tue, 27 Jul 2010)
New Revision: 2377

Modified:
   trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml
Log:
TEIID-860: Correcting ODBC Unix compilation instructions.

Modified: trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml
===================================================================
--- trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml	2010-07-27 04:36:53 UTC (rev 2376)
+++ trunk/documentation/client-developers-guide/src/main/docbook/en-US/content/odbc.xml	2010-07-27 14:21:35 UTC (rev 2377)
@@ -95,14 +95,14 @@
                 Build and install the driver by running the commands below.</para>
             <note><para>You should use super user account or use "sudo" command for running the "make install" command. </para></note>
             <programlisting><![CDATA[
-                perl Makefile.PL
-                make 
-                make test
-                make install
+                % tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz
+                % cd psqlodbc-xx.xx.xxxx
+                % ./configure
+                % make
+                % make install
             ]]></programlisting>
             
-            <para>Make sure that there are no errors during the "make test" phase. The the next step in the process is to create a
-            DSN for accessing the Teiid VDB.</para>
+            <para>The the next step in the process is to create a DSN for accessing the Teiid VDB.</para>
         </sect2>
     </sect1>
     



More information about the teiid-commits mailing list