cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH] changes to ./auto/_howto.html

From: Guenter Knauf <eflash_at_gmx.net>
Date: Wed, 23 Jun 2004 15:07:17 +0200

Hi Daniel,
I've just added a few lines about the new testcurl.pl option, and also mentioned the upload possibility with curl, please correct the sample if you get that in one line without log; I couldnt figure that out yet...

Guenter.

--- _howto.html.orig Sun Jun 20 19:44:42 2004
+++ _howto.html Wed Jun 23 14:57:44 2004
@@ -43,9 +43,21 @@
  $ ./curl/tests/testcurl.pl | mail -s "autobuild" curl-autocompile_at_haxx.se
 </pre>
 <p>
- If mailing the info is not suitable for you, try using this <a
- href="http://curl.haxx.se/auto/upload.cgi">upload form</a>.
+ If mailing the info is not suitable for you, but you have a working curl
+ version installed, you can upload the file with curl self:
+ $ ./curl/tests/testcurl.pl > build.log
+ $ curl -s -F file=@build.log http://curl.haxx.se/auto/upload.cgi
+<p>
+ Alternately you can use this
+ upload form.
 
+SUBTITLE(Other platforms than Unix)
+ On Unix/Linux testcurl.pl assumes a GNU-like build with configure;
+ on Win32 the MSVC build is default. The testcurl.pl can now take an option
+ '--target=<your_os>' so you can specify to build targets for other platforms.
+ With this option it should now be very easy to add other autobuilds for
+ platforms not able to use GNU-like build systems.
+
 SUBTITLE(Build from daily tarballs)
 <p>
  If you can't checkout or update the sources from CVS easily, another approach

Received on 2004-06-23