<div>hi,</div>
<div>        if u want to compile it in rh9 just go through this.... u  can download the necessary libraries from <a href="http://www.videolan.org">www.videolan.org</a> . search the net for cross-compiler and other necessary items...
</div>
<div> </div>
<div>VLC Installation and Compilation Procedures for Windows (in Linux  Red Hat 9)<br>------------------------------------------------------------------------<br>-------------------------<br>| Essential Files |<br>-------------------------
</div>
<p>To install VLC, we need the third party libraries,ie,</p>
<p>1) The third party libraries present in the Libraries folder are: <br> a)vlc-binary.tar.gz<br> b)vlc-devel.tar_2.tar<br> c)vlc-source.tar.tar<br> d)redhat9-updates.tar.tar</p>
<p>2) The  VLC Source Code.</p>
<p>3) The  "mingw-gcc3.3.1-linux-crosscompiler.tar" which is the mingw Cross compiler.</p>
<p>4) Precompiled Libraries for Win32 are present in the "contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar" file.</p>
<p>5) The these tools namely<br>  a) wxWindows Toolkit --> wxWindows-20031222.tar.tar<br>  b) gettext utility   --> gettext-0.12.1.tar.tar</p>
<p>6) WINE - Implementation of Windows on Linux is present in the WINE Folder.</p>
<p>7) NSIS - Nullsoft Scriptable Installer System is present in the NSIS Folder.</p>
<p>--------------------------------------------------<br>| PRE-VLC Installation Procedure |<br>--------------------------------------------------</p>
<p>STEP 1: Untarring and Installing the Libraries<br> a) 'untar' each of the libraries using the command<br>   1) tar -xjvf <filename>    or    <br>  2) tar -xzvf <filaname><br> b) As a result folders having the filenames as the folder name will be created
<br> c) Go to these folders and install the RPMs using the command<br>  rpm -ivh --nodeps --force <filename><br>    or<br>  rpm -ivh --nodeps --force *.rpm  </p>
<p>STEP 2: Untarring and Installing wxWindows Toolkit<br> a) Untar the wxWindows Toolkit using the command<br>  tar -xzvf wxWindows-20031222.tar.tar<br> b) Go to the "wxWindows-20031222" folder created and perform the following steps
<br>  1) ./configure && make && make install<br>  2) Edit the file: /etc/ld.so.conf<br>  3) Add the path /<Directory where wxWindows was untarred>/wxWindows-20031222/lib       to this file</p>
<p>STEP 3: Untarring and Installing gettext utility<br> a) Untar the gettext utility using the command<br>  tar -xzvf gettext-0.12.1.tar.tar<br> b) Go to the "gettext-0.12.1" folder created and perform the following
<br>  ./configure && make && make install</p>
<p>STEP 4: Untarring and Installing mingw32 Cross Compiler<br> a) Copy the "mingw-gcc3.3.1-linux-crosscompiler.tar.tar" file to the / directory which can<br>           be navigated to by using "cd /"<br>
 b) Untar the mingw Compiler using the command<br>  tar -xzvf mingw-gcc3.3.1-linux-crosscompiler.tar.tar<br> c) Automatically the files will be installed in /usr/local/mingw Folder.<br> d) Edit the file: /etc/ld.so.conf<br>
 e) Add the path "/usr/local/mingw/lib" to the file.<br> f) Edit the File /etc/profile and navigate to the line where <br>     "export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC" is written.<br> g) Add the line "export PATH=$PATH:/usr/local/mingw/bin" before this line.
<br> <br>STEP 5: Untarring and Installing the Precompiled libraries for Win32<br> a) Copy the "contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar" file to the / directory      which can be navigated to by using "cd /"
<br> b) Untar using the command<br>  tar -xzvf contrib-20040520-win32-bin-gcc3.3.1-only.tar.tar<br> c) Automatically the files will be installed in /usr/win32 Folder.<br> d) Edit the file: /etc/ld.so.conf<br> e) Add the path "/usr/win32/lib" to the file.
</p>
<div>STEP 6: Installing Wine and NSIS<br> a) Install wine using the command<br>  rpm -ivh --nodeps --force wine-20040615-1rh9winehq.i386.rpm<br> b) Install NSIS using the command<br>  wine nsis20.exe</div>
<div>-----------------------</div>
<div>| Installing VLC |<br>-----------------------</div>
<p>STEP 1: Untar the VLC Source file present in the "VLC Source" Folder using the command<br>  tar -xzvf vlc-0.7.2.tar_2.tar</p>
<p>STEP 2: Navigate to the "vlc-0.7.2" Folder created and perform the following actions</p>
<p>a) Configuring vlc for Windows:-<br>CPPFLAGS=-I/usr/win32/include LDFLAGS=-L/usr/win32/lib CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ ./configure --host=i586-mingw32msvc --build=i386-linux --disable-sdl --disable-gtk --enable-nls --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --enable-faad --enable-flac --enable-theora --with-wx-config-path=/usr/win32/bin --with-freetype-config-path=/usr/win32/bin   --with-fribidi-config-path=/usr/win32/bin --enable-livedotcom --with-livedotcom-tree=/usr/win32/live.com --enable-caca --with-caca-config-path=/usr/win32/bin --with-xml2-config-path=/usr/win32/bin --with-dvdnav-config-path=/usr/win32/bin --disable-cddax --disable-vcdx --enable-goom --enable-debug --disable-cmml
<br> <br>b) Compile vlc for windows:-<br>make</p>
<p>c) Edit and Make change in "vlc-source-directory/Makefile" (path to makensis.exe file):-<br> Search for this line " #wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \"<br> and replace it with the below lines..
<br> <br>        #wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \/<br>         wine /root/.wine/drive_c/Program\ Files/NSIS/makensis.exe \<br>             -- /DVERSION=${VERSION} $(srcdir)/vlc-${VERSION}/vlc.win32.nsi
</p>
<p>d) Creating Windows package(In zip format with Installer):-<br>make package-win32</p>
<p>e) Copy the vlc-0.7.2-win32.zip File Created to the Windows Machine and extract the Files there. or install <br> vlc-0.7.2-win32.exe in windows machine.</p>
<p>f) Run vlc.exe. Or if you want to run and see the vlc.exe in linux, just type "wine vlc" in vlc's folder.</p>
<p>TROUBLESHOOTING:<br>---------------------<br>If "tar -xjvf <filename>" emits error, please try using "tar -xzvf <filename>" instead and vice versa.</p>
<p> </p>
<p> sanker</p><br><br>
<div><span class="gmail_quote">On 4/27/05, <b class="gmail_sendername">kishor patel</b> <<a href="mailto:kishor8379@yahoo.com">kishor8379@yahoo.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>hi </div>
<div>i have downloaded the cygwin packages from ur ftp site .</div>
<div>
<div>Thank you very much </div><span class="sg">
<div> </div>
<div>kishor patel</div>
<div> </div></span></div>
<div><span class="e" id="q_10381f1a6952cb6e_3">
<div><br><b><i>Mark Moriarty <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mfmbusiness@earthlink.net" target="_blank">mfmbusiness@earthlink.net</a>></i></b> wrote:</div>
<blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">There's a zipped set of the Cygwin packages that I use, available on my FTP.</font></span></div>
<div dir="ltr" align="left"><span><font face="Arial" color="#0000ff" size="2">(I sent a separate message, with username/password)</font></span></div><br>
<div lang="en-us" dir="ltr" align="left">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc-bounce@videolan.org" target="_blank">vlc-bounce@videolan.org</a> [mailto:<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc-bounce@videolan.org" target="_blank">
vlc-bounce@videolan.org</a>] <b>On Behalf Of </b>kishor patel<br><b>Sent:</b> Tuesday, April 26, 2005 1:56 AM<br><b>To:</b> <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc-devel@videolan.org" target="_blank">
vlc-devel@videolan.org</a>; <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vlc@videolan.org" target="_blank">vlc@videolan.org</a><br><b>Subject:</b> [vlc] HELP HELP HELP compiling VLC IN cygwin env ??????? ANY BODY THERE ?????
<br></font><br> </div>
<div></div>
<div>hi </div>
<div> i want to compile vlc under cygwin for that i need </div>
<div>Automake-devel-1.8.5-1.tar.bz2 </div>
<div>i have search on net but i could not find it so please help me </div>
<div> </div>
<div>thank you very much </div>
<div>in advance </div>
<div> </div>
<div>kishor patel</div>
<div> </div>
<p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.yahoo.com/" target="_blank">
http://mail.yahoo.com</a> </p></blockquote>
<p>__________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mail.yahoo.com/" target="_blank">
http://mail.yahoo.com</a> </p></span></div></blockquote></div><br><br><br>-- <br>---------------------------------------------------------------------------<br>Sanker Gopalakrishnan,<br>Project Associate, <br>Amrita Research Labs,
<br>Amrita Vishwa Vidyapeetam,<br>Coimbatore , <br>Tamil Nadu - 641 105.<br>Phone - 0422 2656422 ext 533<br>