home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Sound / LAME / src / README.WINGTK < prev    next >
Text File  |  2000-03-30  |  1KB  |  43 lines

  1. March 30, 2000
  2.  
  3. Release notes MP3X (the LAME frame analyzer) for WIN32
  4.  
  5. ===========================================================================
  6. How to compile Lame with MP3x support:
  7.  
  8. You first need the proper GTK and GLIB include files and lib files. 
  9. You can get them from the WINGTK project 
  10. http://user.sgic.fi/~tml/gimp/win32/ 
  11. (or see http://www.gtk.org, and click on the WINGTK link).
  12.  
  13. Download:  glib-dev-VERSION.zip, gtk+-dev-VERSION.zip, extralibs-dev-VERSION.zip
  14. where VERSION = something like 20000201
  15.  
  16. unzip the files.  this will make a "src" directory. (for example, c:\gtk\src)
  17. Then, in MSVC, under Tools->options->directories, add 
  18. to the "include files" and "library files" settings:
  19.   c:\gtk\src\glib
  20.   c:\gtk\src\gtk+\glib
  21.   c:\gtk\src\gtk+
  22.  
  23.  
  24. ===========================================================================
  25. To run MP3x.exe, or lame.exe with MP3x support, you need
  26. the GTK DLL files:  Either instal them on your system,
  27. or put them in the same directory as lame.exe.
  28.  
  29. glib-1.3.dll
  30. gdk-1.3.dll
  31. gtk-1.3.dll
  32. gmodule-1.3.dll
  33. gnu-intl.dll
  34.  
  35. lame -g myfile
  36.  
  37. myfile can be a mp3 file, or a wav file.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.