| File | Date | Author | Commit |
|---|---|---|---|
| branches | 2014-05-14 | kimonberlin | [r1] Created initial directories |
| tags | 2014-05-14 | kimonberlin | [r1] Created initial directories |
| trunk | 2014-07-15 | kimonberlin | [r3] Added ports of simple.c and url2file.c (unmodif... |
| README | 2014-07-25 | kimonberlin | [r4] Added README and license.txt in root folder |
| license.txt | 2014-07-25 | kimonberlin | [r4] Added README and license.txt in root folder |
Building ======== Use the normal edk2 build process, e.g. build -a X64 -t VS2008x86 -p HpNetworkPkg\HpNetworkPkg.dsc Running ======= url2file is a simple test application, ported as-is from the libcurl examples. * Run ifconfig first, e.g. ifconfig -s eth0 dhcp * Run url2file <url>, e.g. url2file http://74.125.21.100 * The downloaded page is saved to page.out History ======= version 0.01: based on libcurl 7.32.0