greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16292

Show
Ignore:
Timestamp:
2008-07-03 15:56:35 (6 months ago)
Author:
oranfry
Message:

changed wget to compile under windows, see README for details

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/packages/wget/README

    r16291 r16292  
    1616 
    17172004/06/30 - kjdon@cs.waikato.ac.nz replaced version 1.5.3 with version 1.9. 
    18 It compiled as is under Windows XP, using VC++ 6.0, under Linux using GCC 3.2.3 and GCC 2.95.3. So I haven't made any changes.  
    19 Under Windows, I haven't compiled it with openssl, so it doesn't support https://. OpenSSL comes with a warning about it being illegal in some countries to distribute cryptographic technology, so I haven't used it. Look at wget-1.9/windows/README for Windows compiling instructions if you want to add it in. 
     18It compiled as is under Windows XP, using VC++ 6.0, under Linux using GCC 3.2.3 
     19and GCC 2.95.3. So I haven't made any changes.  
     20Under Windows, I haven't compiled it with openssl, so it doesn't support 
     21https://. OpenSSL comes with a warning about it being illegal in some countries 
     22to distribute cryptographic technology, so I haven't used it. Look at 
     23wget-1.9/windows/README for Windows compiling instructions if you want to add 
     24it in. 
    2025 
    21262008/07/03 - oranfry@cs.waikato.ac.nz replaced version 1.9 with version 1.11.4. 
    22 Version 1.9 didn't compile statically with the new libraries which come with fedora, so upgrading. Everything left as is. Not too much seems to have changed since 1.9 so I'm assuming this new version will compile under windows just the same as 1.9 does. The packages/configure and packages/Makefile files perform the same operations on wget as before, just the directory name has changed from wget/wget-1.9 to wget/wget-1.11.4 
     27Version 1.9 didn't compile statically with the new libraries which come with 
     28fedora, so upgrading. Had to apply the patch at 
     29http://marc.info/?l=wget&m=115131792408685&w=2 to get it to compile under 
     30windows(VC++ 6.0), and those changes are in the tar.gz file in the repository. 
     31Again, no ssl in windows wget. The packages/configure and packages/Makefile 
     32files perform the same operations on wget as before, just the directory name 
     33has changed from wget/wget-1.9 to wget/wget-1.11.4. 
    2334 
    2435