Revision: 3899
Author:   [email protected]
Date:     Thu Jun 30 11:37:54 2011
Log:      Edited wiki page InstallationRHELS through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3899

Modified:
 /wiki/InstallationRHELS.wiki

=======================================
--- /wiki/InstallationRHELS.wiki        Thu Jun 30 11:35:20 2011
+++ /wiki/InstallationRHELS.wiki        Thu Jun 30 11:37:54 2011
@@ -42,19 +42,24 @@
 First we must uninstall Sox 12.xx and get the correct one;

 {{{
-
          yum remove sox
-
-wget http://sourceforge.net/projects/sox/files/sox/14.3.2/sox-14.3.2.tar.gz/download
-
+ wget http://sourceforge.net/projects/sox/files/sox/14.3.2/sox-14.3.2.tar.gz/download
          tar -xzvf sox-14.3.2.tar.gz
-
          ./configure
-
          make -s
-
          make install
-
+}}}
+
+== 4. INSTALL FFMPEG ==
+
+We must remove previous version of Ffmpeg,if we have already installed.
+That was my case.
+
+{{{
+yum remove ffmpeg
+wget http://www.ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
+bzip2 -d ffmpeg-snapshot.tar.bz2
+tar -xvfcd ffffmpeg-snapshot.tar
 }}}


@@ -68,3 +73,13 @@



+
+
+
+
+
+
+
+
+
+

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to