[Mysql-cocoa-commits] CVS: Documentation/website/Doc HowTo_Build_MySQL.rtf,1.1.1.1,1.2
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-03-12 20:51:50
|
Update of /cvsroot/mysql-cocoa/Documentation/website/Doc In directory usw-pr-cvs1:/tmp/cvs-serv20737/website/Doc Modified Files: HowTo_Build_MySQL.rtf Log Message: Few changes to the How_To... problems in the way I was using curl... Serge Cohen, March 12th 2002. MySQL Cocoa project. Index: HowTo_Build_MySQL.rtf =================================================================== RCS file: /cvsroot/mysql-cocoa/Documentation/website/Doc/HowTo_Build_MySQL.rtf,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** HowTo_Build_MySQL.rtf 11 Jan 2002 16:19:54 -0000 1.1.1.1 --- HowTo_Build_MySQL.rtf 12 Mar 2002 20:51:46 -0000 1.2 *************** *** 1,4 **** {\rtf1\mac\ansicpg10000\cocoartf100 ! {\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;} {\colortbl;\red255\green255\blue255;} \paperw11900\paperh16840\margl1440\margr1440\vieww14960\viewh10920\viewkind0 --- 1,5 ---- {\rtf1\mac\ansicpg10000\cocoartf100 ! {\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-BoldOblique; ! } {\colortbl;\red255\green255\blue255;} \paperw11900\paperh16840\margl1440\margr1440\vieww14960\viewh10920\viewkind0 *************** *** 10,14 **** \f1\b0\fs28 \cf0 This document explain how to build mySQL so that you can use it with the SMySQL framework.\ ! Serge Cohen (ser...@m4...), MySQL Cocoa project. December 30th, 2001.\ \ --- 11,15 ---- \f1\b0\fs28 \cf0 This document explain how to build mySQL so that you can use it with the SMySQL framework.\ ! Serge Cohen (ser...@m4...), MySQL Cocoa project. March 12th, 2002.\ \ *************** *** 31,35 **** \ulnone \ Make the setting for http proxy if necessary : \ ! >setenv FTP_PROXY http://hostname:port\ \ Get the source:\ --- 32,40 ---- \ulnone \ Make the setting for http proxy if necessary : \ ! >setenv FTP_PROXY http:// ! \f2\i\b hostname ! \f1\i0\b0 : ! \f2\i\b port ! \f1\i0\b0 \ \ Get the source:\ *************** *** 51,55 **** \ get and apply the patch for ltconfig:\ ! >curl http://mysql-cocoa.sourceforge.net/Documentation/ltconfig_1.2S.diff --output ltconfig_1.2S.diff\ >patch <ltconfig_1.2S.diff\ \ --- 56,64 ---- \ get and apply the patch for ltconfig:\ ! >curl --proxy ! \f2\i\b proxy.name ! \f1\i0\b0 : ! \f2\i\b port ! \f1\i0\b0 http://mysql-cocoa.sourceforge.net/patches/ltconfig_1.2S.diff --output ltconfig_1.2S.diff\ >patch <ltconfig_1.2S.diff\ \ |