|
From: robs <aq...@ya...> - 2008-01-05 10:24:24
|
Just tried the following and it worked with no problems: SoX CVS: checkout (HEAD) Cmake 20080105: install VS9 2008: web install (several cups of coffee later) Reboot cmd cd sox (path to VS9)\vsvars32.bat cmake -G "Visual Studio 9 2008" . (double) click sox\ALL_BUILD.vcproj F7 sox.exe ends up in sox\src\Debug Notes 1) If you have installed 3rd party libraries (MAD:mp3, vorbis:ogg, etc.), add their lib and include paths via the VS GUI: Tools/Options/Projects & Solutions, before running cmake. If adding libs after having run cmake, remove sox\CMakeCache.txt then re-run cmake. 2) VS6 & VS8 are also known to work. 3) Latest official SoX src (14.0.0) doesn't build with cmake due to missing files. 4) SoX 14.0.1 isn't official yet, but the latest source can be obtained via CVS; alternatively, a recent tarball can be found at www.shada.plus.com/sox ___________________________________________________________ Support the World Aids Awareness campaign this month with Yahoo! For Good http://uk.promotions.yahoo.com/forgood/ |