README in ibm_db-0.9.2 vs README in ibm_db-0.9.3

- old
+ new

@@ -1,8 +1,8 @@ ===================================================================== -README for the IBM_DB Adapter 0.9.1 and Driver 0.9.1 (2007/11/07) -For ActiveRecord Version 1.15.3 (and Rails 1.2.3) +README for the IBM_DB Adapter 0.9.2 and Driver 0.9.1 (2007/11/30) +For ActiveRecord Version 1.15.5 (and Rails 1.2.5) ===================================================================== Supported Operating Systems ============================ - Linux 32/64 bit @@ -211,15 +211,14 @@ - To compile and link with DB2 client libraries: $ export IBM_DB_DIR=/opt/ibm/db2/V9.1 $ export IBM_DB_LIB=/opt/ibm/db2/V9.1/lib32 Windows platforms: - - Install Visual C++ 2003, Platform SDK (latest), .Net SDK Version 1.1 from: - http://wiki.tcl.tk/11431 + - Install Visual C++ 2005, Platform SDK (latest), .Net SDK (latest) - Set environment: - CALL "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd" - CALL "C:\Program Files\Microsoft Visual C++ Toolkit 2003\vcvars32.bat" - SET LIB=%LIB%;C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib + CALL "C:\Program Files\Microsoft Platform SDK for Windows Server 2005\SetEnv.Cmd" + CALL "C:\Program Files\Microsoft Visual C++ Toolkit 2005\vcvars32.bat" + SET LIB=%LIB%;C:\Program Files\Microsoft Visual Studio .NET 2005\Vc8\lib - To configure database connection parameters edit config.yaml Build and Execution: rake