Recognizes if input is ogg or not.
[xiph.git] / mgm / INSTALL
blob237a5c509ce0d28b611978081bc4adc455bc56e2
1 Requirements *************
3 Perl 5 with the Tk module installed
5 Installation *************
7 1) Untar MGM where you want it to actually be installed.
8 /usr/local/mgm is a very good place.
10 2) Make a symlink from (for example) /usr/local/bin to the absolute
11 path of the actual MGM script.  The symlink must point to the *full*
12 *absolute* path.  The install relies on this.  In our example, with
13 MGM installed in /usr/local/mgm:
15 ln -s /usr/local/mgm/mgm /usr/local/bin/mgm
17 ...will do nicely.
19 All done.  Don't forget to rehash any csh derivative shells.
21 Documentation ************
23 Complete documentation can be found at http://www.xiph.org/mgm/.  A
24 copy of the HTML documents, current as of this version of MGM, are
25 also in the mgm/doc directory.
27 Monty
28 monty@xiph.org