Blame README.WINGTK

Packit 47f805
       Installation notes on MP3X (the LAME frame analyzer) for WIN32
Packit 47f805
Packit 47f805
===========================================================================
Packit 47f805
Document History:
Packit 47f805
===========================================================================
Packit 47f805
Packit 47f805
Initial version by Albert Faber, March 30, 2000
Packit 47f805
Packit 47f805
Update by Albert Faber (Sept 07 2000), changed instructions
Packit 47f805
to compile with latest glib/gtk libraries.
Packit 47f805
Packit 47f805
Update by Albert Faber (Sept 07 2000), changed instructions
Packit 47f805
to compile with latest glib/gtk libraries.
Packit 47f805
Packit 47f805
Update by Albert Faber (Oct 20 2000), small adaptions to be conform
Packit 47f805
the new lame directory structure.
Packit 47f805
Packit 47f805
Update by Gabriel Bouvigne (Jan 07 2004), changes to be conform to the
Packit 47f805
VC6 worspace structure.
Packit 47f805
Packit 47f805
Update by Gabriel Bouvigne (Nov 11 2006), changes to be conform to the
Packit 47f805
VC8 worspace structure. Tested with gtk+-dev-1.3.0-20030115 and glib-dev-2.12.4
Packit 47f805
Packit 47f805
Packit 47f805
===========================================================================
Packit 47f805
How to compile the MP3 frame analyzer (MP3x):
Packit 47f805
===========================================================================
Packit 47f805
Packit 47f805
You first need to get hold of the latest GTK and GLIB include files and lib
Packit 47f805
files. You can download them freely from the WINGTK project WEB site.
Packit 47f805
(see http://www.gtk.org, and click on the WINGTK link.)
Packit 47f805
Packit 47f805
Download: glib-dev-VERSION.zip, gtk+-dev-VERSION.zip and extralibs-dev-VERSION.zip
Packit 47f805
where VERSION indicates the release data, so it will look something like 20000805
Packit 47f805
Packit 47f805
unzip all three zip files in a WinGTK subdirectory, which is created from the lame
Packit 47f805
analyzer directory (for example, D:\CVS\lame\WinGtk)
Packit 47f805
Packit 47f805
You will end up with the following directory tree
Packit 47f805
  D:\CVS\lame\analyzer\WinGtk\src\glib
Packit 47f805
  D:\CVS\lame\analyzer\WinGtk\src\gtk+\glib
Packit 47f805
  D:\CVS\lame\analyzer\WinGtk\src\gtk+
Packit 47f805
Packit 47f805
Set Mp3x as your current active project, recompile everything, and you're done.
Packit 47f805
Packit 47f805
===========================================================================
Packit 47f805
How to run and use the MP3 Frame analyzer
Packit 47f805
===========================================================================
Packit 47f805
Packit 47f805
To run MP3x.exe, you need the GTK DLL files: Either instal them on your system,
Packit 47f805
or put them in the same directory mp3x.exe resides.
Packit 47f805
Packit 47f805
Packit 47f805
Example:
Packit 47f805
mp3x.exe myfile
Packit 47f805
Packit 47f805
myfile can be a mp3 file, or a wav file.
Packit 47f805
Packit 47f805
Packit 47f805
                                === End of Document ===