[xiph-commits] r15876 - trunk/ezstream/win32

moritz at svn.xiph.org moritz at svn.xiph.org
Sat Mar 28 08:40:24 PDT 2009


Author: moritz
Date: 2009-03-28 08:40:24 -0700 (Sat, 28 Mar 2009)
New Revision: 15876

Modified:
   trunk/ezstream/win32/README.win32
Log:
vcredist is now a requirement, and mention FLAC.

Modified: trunk/ezstream/win32/README.win32
===================================================================
--- trunk/ezstream/win32/README.win32	2009-03-28 13:38:30 UTC (rev 15875)
+++ trunk/ezstream/win32/README.win32	2009-03-28 15:40:24 UTC (rev 15876)
@@ -37,21 +37,27 @@
 As of version 0.3.0, ezstream no longer comes with an installer. If you have a
 previous version of ezstream installed, you might want to simply uninstall it.
 
-The ezstream.exe file will work from any location. To install it, simply copy
-it to a location of your choosing. Add this place to your PATH environment
-variable, if ezstream.exe is supposed to be executable from anywhere on the
-system.
+The ezstream.exe file can be run from any location. To install it, simply copy
+it to a location of your choosing. To make it available anywhere on the
+system, add the installation folder to your PATH environment variable.
 
+If it doesn't start, e.g. running
+  > ezstream.exe -h
+does not show the command line help, the Microsoft Visual C++ 2008 runtime
+libraries are missing. Download and install vcredist_x86.exe, which can be
+easily found on www.microsoft.com via
+  http://www.google.com/search?q=vc+2008+redist
 
 
+
 3. Limited functionality
 ------------------------
 
 
 A few useful features are missing in the Windows version of ezstream:
  * Runtime control via signals is not possible.
- * Some useful external utilities (encoders, decoders, etc) may not be
-   available on Windows.
+ * Some useful external utilities (encoders, decoders) may not be available on
+   Windows.
 
 
 
@@ -64,6 +70,7 @@
  * libiconv (http://www.gnu.org/software/libiconv/, LGPL)
  * libxml2 (http://xmlsoft.org/, BSD-like license)
  * libogg, libvorbis, libvorbisfile (http://www.vorbis.com/, BSD-like license)
+ * libFLAC (http://flac.sourceforge.net/, BSD-like license)
  * libtheora (http://www.theora.org/, BSD-like license)
  * libshout (http://www.icecast.org, LGPL)
  * TagLib (http://ktown.kde.org/~wheeler/taglib.html, LGPL)



More information about the commits mailing list