| OLD | NEW |
| 1 Name: libxml | 1 Name: libxml |
| 2 URL: http://xmlsoft.org | 2 URL: http://xmlsoft.org |
| 3 Version: 2.7.7 | 3 Version: 2.7.7 |
| 4 License: MIT |
| 4 License File: src/COPYING | 5 License File: src/COPYING |
| 5 Security Critical: yes | 6 Security Critical: yes |
| 6 | 7 |
| 7 Description: | 8 Description: |
| 8 The src/ directory contains a partial snapshot of the libxml library | 9 The src/ directory contains a partial snapshot of the libxml library |
| 9 with the patches in the patches/ directories applied. | 10 with the patches in the patches/ directories applied. |
| 10 See the files in that directory for discussion of their effects. | 11 See the files in that directory for discussion of their effects. |
| 11 | 12 |
| 12 Current version: 2.7.7. | 13 Current version: 2.7.7. |
| 13 | 14 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 41 $ cd linux | 42 $ cd linux |
| 42 $ ../configure --without-iconv --without-ftp --without-http | 43 $ ../configure --without-iconv --without-ftp --without-http |
| 43 to generate config.h and include/libxml/xmlversion.h for Linux. | 44 to generate config.h and include/libxml/xmlversion.h for Linux. |
| 44 - On a Mac, | 45 - On a Mac, |
| 45 $ cd mac | 46 $ cd mac |
| 46 $ ../configure --without-iconv --without-ftp --without-http | 47 $ ../configure --without-iconv --without-ftp --without-http |
| 47 to generate config.h and include/libxml/xmlversion.h for Macs. | 48 to generate config.h and include/libxml/xmlversion.h for Macs. |
| 48 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and | 49 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and |
| 49 include/libxml/xmlversion.h for Windows builds. | 50 include/libxml/xmlversion.h for Windows builds. |
| 50 - Update this README to reflect the new version number. | 51 - Update this README to reflect the new version number. |
| OLD | NEW |