1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/INSTALL.md
2014-09-09 21:22:22 +02:00

1.9 KiB

###Dependencies

Name Version Modules
Qt >= 5.2.0 core, gui, network, widget, xml
GCC/MinGW >= 4.6 C++11 enabled
Tox Core most recent core, av
OpenCV >= 2.4.9 core, highgui
OpenAL Soft >= 1.16.0

###Windows

Qt

Download the Qt online installer for Windows from qt-project.org. While installation you have to assemble your Qt toolchain. Take the most recent version of Qt compiled with MinGW. Select "Tools" to install the MinGW compiler package itself alongside Qt. By doing this you don't have to bother with installing one manually. The following steps assumes that Qt is installed at "C:\Qt". If you decide to choose another location, replace corresponding parts.

MinGW

If you installed MinGW alongside Qt you can skip this step.

Download the MinGW installer for Windows from sourceforge.net. Make sure to install MSYS (a minimalistic set of unix tools for windows) and TODO.

System Path

For some tasks it might be useful to use the Windows terminal. Thus you should add Qt/MinGW binaries to the system path to easily use them. Open Control Panel -> System -> Advanced Settings -> .... TODO

Cloning the Repository

Clone the repository (https://github.com/tux3/qTox.git) with your prefered Git client. SmartGit is very nice for this task.

Tox Core

jenkins.libtoxcore.so provides a prebuild package of Tox Core. Download this package and extract its content to "path/to/qTox/libs". You may have to create the folder "libs".