~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to docs/INSTALL.devcpp

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DevCpp-Mingw Install & Compilation                                   Sept 2005
2
2
==================================
3
3
 
4
 
Reference Emails available at curl@haxx.se: 
 
4
Reference Emails available at curl@haxx.se:
5
5
 
6
6
  Libcurl Install and Use Issues
7
 
  Awaiting an Answer for Win 32 Install 
 
7
  Awaiting an Answer for Win 32 Install
8
8
  res = curl_easy_perform(curl); Error
9
9
  Makefile Issues
10
 
  
 
10
 
11
11
 
12
12
Having previously done a thorough review of what was available that met my
13
13
requirements under GPL, I settled for Libcurl as the software of choice for
110
110
 
111
111
Method I - DOS Command Line
112
112
---------------------------
113
 
 
 
113
 
114
114
Note - The only reason I have included this method is that Method II which is
115
115
the preferred method for compiling does not allow for the setting of option
116
116
switches (e.g. SSL = 1 or SSL =0). At least that's what they tell me at the
191
191
files and close box. Wait till all files are added. This may take 30 seconds
192
192
or longer.
193
193
 
194
 
9- Drop the Menu Execute/Click on Compile. 
 
194
9- Drop the Menu Execute/Click on Compile.
195
195
 
196
196
10- That's it.
197
197
 
269
269
2- Don't forget to include   #include "curl/curl.h".
270
270
 
271
271
e.g.
272
 
    #define CURL_STATICLIB 
 
272
    #define CURL_STATICLIB
273
273
#include <windows.h>
274
274
    #include "curl/curl.h"
275
275
#include <fstream>