1 Installation notes on MP3X (the LAME frame analyzer) for WIN32 2 3=========================================================================== 4Document History: 5=========================================================================== 6 7Initial version by Albert Faber, March 30, 2000 8 9Update by Albert Faber (Sept 07 2000), changed instructions 10to compile with latest glib/gtk libraries. 11 12Update by Albert Faber (Sept 07 2000), changed instructions 13to compile with latest glib/gtk libraries. 14 15Update by Albert Faber (Oct 20 2000), small adaptions to be conform 16the new lame directory structure. 17 18Update by Gabriel Bouvigne (Jan 07 2004), changes to be conform to the 19VC6 worspace structure. 20 21Update by Gabriel Bouvigne (Nov 11 2006), changes to be conform to the 22VC8 worspace structure. Tested with gtk+-dev-1.3.0-20030115 and glib-dev-2.12.4 23 24 25=========================================================================== 26How to compile the MP3 frame analyzer (MP3x): 27=========================================================================== 28 29You first need to get hold of the latest GTK and GLIB include files and lib 30files. You can download them freely from the WINGTK project WEB site. 31(see http://www.gtk.org, and click on the WINGTK link.) 32 33Download: glib-dev-VERSION.zip, gtk+-dev-VERSION.zip and extralibs-dev-VERSION.zip 34where VERSION indicates the release data, so it will look something like 20000805 35 36unzip all three zip files in a WinGTK subdirectory, which is created from the lame 37analyzer directory (for example, D:\CVS\lame\WinGtk) 38 39You will end up with the following directory tree 40 D:\CVS\lame\analyzer\WinGtk\src\glib 41 D:\CVS\lame\analyzer\WinGtk\src\gtk+\glib 42 D:\CVS\lame\analyzer\WinGtk\src\gtk+ 43 44Set Mp3x as your current active project, recompile everything, and you're done. 45 46=========================================================================== 47How to run and use the MP3 Frame analyzer 48=========================================================================== 49 50To run MP3x.exe, you need the GTK DLL files: Either instal them on your system, 51or put them in the same directory mp3x.exe resides. 52 53 54Example: 55mp3x.exe myfile 56 57myfile can be a mp3 file, or a wav file. 58 59 60 === End of Document === 61