Re: which LAME version is for MAC OSX 10.4 ? Please help ! thanks
Mike Brown <[email protected]>
| Newsgroups | gmane.comp.audio.mp3.lame |
|---|---|
| Message-ID | <[email protected]> |
Fernando Martinez wrote: > which LAME version is for MAC OSX 10.4 ? Please help ! thanks It does look like it's hard to find prebuilt binaries for this older version of OS X, so you may have to build it yourself. Any recent version of LAME should work. I assume the procedure is straightforward: 1. Open a terminal window so you can do things on the command line: http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line 2. Make a scratch folder, navigate into it, download the LAME source code, uncompress/untar it, navigate into the main folder, build and install it: mkdir ~/tmp cd ~/tmp curl -L -O http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz tar -xzf lame-3.99.5.tar.gz cd lame-3.99.5 ./configure make sudo make install 3. See where it went: which lame lame -v If there error messages during the build process, come back here and report them on lame-dev. :) ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb