| 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. |
|---|
| | 18 | It compiled as is under Windows XP, using VC++ 6.0, under Linux using GCC 3.2.3 |
|---|
| | 19 | and GCC 2.95.3. So I haven't made any changes. |
|---|
| | 20 | Under Windows, I haven't compiled it with openssl, so it doesn't support |
|---|
| | 21 | https://. OpenSSL comes with a warning about it being illegal in some countries |
|---|
| | 22 | to distribute cryptographic technology, so I haven't used it. Look at |
|---|
| | 23 | wget-1.9/windows/README for Windows compiling instructions if you want to add |
|---|
| | 24 | it in. |
|---|
| 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 |
|---|
| | 27 | Version 1.9 didn't compile statically with the new libraries which come with |
|---|
| | 28 | fedora, so upgrading. Had to apply the patch at |
|---|
| | 29 | http://marc.info/?l=wget&m=115131792408685&w=2 to get it to compile under |
|---|
| | 30 | windows(VC++ 6.0), and those changes are in the tar.gz file in the repository. |
|---|
| | 31 | Again, no ssl in windows wget. The packages/configure and packages/Makefile |
|---|
| | 32 | files perform the same operations on wget as before, just the directory name |
|---|
| | 33 | has changed from wget/wget-1.9 to wget/wget-1.11.4. |
|---|