OLD | NEW |
1 How to install the XSLT library: | 1 How to install the XSLT library: |
2 | 2 |
3 Requirements: | 3 Requirements: |
4 ============= | 4 ============= |
5 | 5 |
6 this library requires a recent version of libxml2 which you can grab from | 6 this library requires a recent version of libxml2 which you can grab from |
7 either the GNOME FTP or the xmlsoft.org server: | 7 either the GNOME FTP or the xmlsoft.org server: |
8 | 8 |
9 ftp://xmlsoft.org/ | 9 ftp://xmlsoft.org/ |
10 | 10 |
(...skipping 29 matching lines...) Expand all Loading... |
40 | 40 |
41 make | 41 make |
42 | 42 |
43 to build the project and | 43 to build the project and |
44 | 44 |
45 make install | 45 make install |
46 | 46 |
47 (possibly after having gained root access) to instal the library | 47 (possibly after having gained root access) to instal the library |
48 and associated include and scripts. | 48 and associated include and scripts. |
49 | 49 |
OLD | NEW |