Fixed bug #3 and some other bugs
[qallinone.git] / INSTALL
blob8da0ed87d282dbbdf2dd5e7930a7f54099567262
1 qAllInOne Installation Guide:
3 For more updated and detailed info, visit our wiki page: http://qallinone.sourceforge.net/wiki/index.php/Installation
5 Installing on Linux:
6 ----------------------------
7 1- Download qAllInOne source from: https://sourceforge.net/projects/qallinone/files/
8 2- If you don't have Qt, get Qt from: http://qt-project.org/downloads Or get it from your distro's package manager.
9 3- Use the command "qmake" to generate the makefile.
10 4- Use the command "make" to compile qAllInOne.
11 5- Use the command "make install" to make qAllInOne ready for use.
12 6- You need to install the following packages on your Distro to be able to play most media files: gstreamer-0_10, gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-good, gstreamer-0_10-plugins-ugly, gstreamer-0_10-plugins-bad, gstreamer-0_10-plugins-ffmpeg
13 ----------------------------
15 Installing on Microsoft Windows:
16 ----------------------------
17 1- Download the latest qAllInOne (Windows) version from: https://sourceforge.net/projects/qallinone/files/
18 2- Use WinRAR, 7z or any compression/extraction software to extract qAllInOne_vxx-Windows-xxx.zip (Choose x86 or x86-64 depending on your CPU and OS architecture)
19 3- If you are using a Microsoft Windows operating system which is older than Microsoft Windows 8 and you don't have Microsoft Visual C++ Redistributable for Visual Studio 2012 then download & install it from: http://www.microsoft.com/en-us/download/details.aspx?id=30679
20 4- Run qAllInOne.exe and you are done!
21 5- (Recommended) Install the latest codec pack in order to be able to play most media types, you can download it from here
22 ----------------------------
24 Installing on FreeBSD:
25 ----------------------------
26 Use same steps of Linux installation.
27 ----------------------------