Merged with trunk R1612.
[ardour.git] / manual / xmlformat / INSTALL
1 There are two versions of xmlformat:
2
3 - xmlformat.rb, written in Ruby
4 - xmlformat.pl, written in Perl
5
6 Both should produce identical results.
7
8 To install xmlformat, copy the version you want to use to some public
9 directory that is listed in your PATH variable.  You may wish to rename
10 the script to xmlformat so that you don't have to type the .rb or .pl
11 extension each time you invoke it.
12
13 Example:
14
15     cp xmlformat.rb /usr/local/bin/xmlformat
16 (or)
17     cp xmlformat.pl /usr/local/bin/xmlformat
18
19 If you want to install both versions, do not rename them:
20
21     cp xmlformat.rb /usr/local/bin/xmlformat.rb
22     cp xmlformat.pl /usr/local/bin/xmlformat.pl
23
24 In this case you will need to specify the extension when invoking the program
25 to indicate which version you want.
26
27 If your Ruby or Perl programs are not at the location listed in the
28 first line of the installed script, you'll need to edit that line
29 to have the correct location.