| 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: MIT |
| 5 License File: src/COPYING | 5 License File: src/Copyright |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 The src/ directory contains a partial snapshot of the libxml library | 9 The src/ directory contains a partial snapshot of the libxml library |
| 10 with the patches in the patches/ directories applied. | 10 with the patches in the patches/ directories applied. |
| 11 See the files in that directory for discussion of their effects. | 11 See the files in that directory for discussion of their effects. |
| 12 | 12 |
| 13 Current version: 2.7.7. | 13 Current version: 2.7.7. |
| 14 | 14 |
| 15 Modifications: | 15 Modifications: |
| (...skipping 26 matching lines...) Expand all Loading... |
| 42 $ cd linux | 42 $ cd linux |
| 43 $ ../configure --without-iconv --without-ftp --without-http | 43 $ ../configure --without-iconv --without-ftp --without-http |
| 44 to generate config.h and include/libxml/xmlversion.h for Linux. | 44 to generate config.h and include/libxml/xmlversion.h for Linux. |
| 45 - On a Mac, | 45 - On a Mac, |
| 46 $ cd mac | 46 $ cd mac |
| 47 $ ../configure --without-iconv --without-ftp --without-http | 47 $ ../configure --without-iconv --without-ftp --without-http |
| 48 to generate config.h and include/libxml/xmlversion.h for Macs. | 48 to generate config.h and include/libxml/xmlversion.h for Macs. |
| 49 - 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 |
| 50 include/libxml/xmlversion.h for Windows builds. | 50 include/libxml/xmlversion.h for Windows builds. |
| 51 - Update this README to reflect the new version number. | 51 - Update this README to reflect the new version number. |
| OLD | NEW |