mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
some fixes
This commit is contained in:
parent
f6985e86c0
commit
103a2b9ea0
23
INSTALL.md
23
INSTALL.md
|
@ -8,33 +8,34 @@
|
||||||
| OpenCV | >= 2.4.9 | core, highgui |
|
| OpenCV | >= 2.4.9 | core, highgui |
|
||||||
| OpenAL Soft | >= 1.16.0 | |
|
| OpenAL Soft | >= 1.16.0 | |
|
||||||
|
|
||||||
###Windows
|
##Windows
|
||||||
|
|
||||||
## Qt
|
### Qt
|
||||||
|
|
||||||
Download the Qt online installer for Windows from [qt-project.org](http://qt-project.org/downloads).
|
Download the Qt online installer for Windows from [qt-project.org](http://qt-project.org/downloads).
|
||||||
While installation you have to assemble your Qt toolchain. Take the most recent version of Qt compiled with MinGW.
|
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.
|
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.
|
The following steps assumes that Qt is installed at "C:\Qt". If you decided to choose another location, replace corresponding parts.
|
||||||
|
|
||||||
## MinGW
|
### MinGW
|
||||||
|
|
||||||
If you installed MinGW alongside Qt you can skip this step.
|
If you installed MinGW alongside Qt you can skip this step.
|
||||||
|
|
||||||
Download the MinGW installer for Windows from [sourceforge.net](http://sourceforge.net/projects/mingw/files/Installer/).
|
Download the MinGW installer for Windows from [sourceforge.net](http://sourceforge.net/projects/mingw/files/Installer/).
|
||||||
Make sure to install MSYS (a minimalistic set of unix tools for windows) and TODO.
|
Make sure to install MSYS (a minimalistic set of Unix tools for Windows) and TODO.
|
||||||
|
|
||||||
## System Path
|
### 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.
|
For some tasks it might be useful to use the Windows terminal. Thus you should add Qt/MinGW binaries to the system path to make them globally accessible.
|
||||||
Open Control Panel -> System -> Advanced Settings -> .... TODO
|
Open Control Panel -> System -> Advanced Settings -> .... TODO
|
||||||
|
|
||||||
## Cloning the Repository
|
### Cloning the Repository
|
||||||
|
|
||||||
Clone the repository (https://github.com/tux3/qTox.git) with your prefered Git client. [SmartGit](http://www.syntevo.com/smartgit/) is very nice for this task.
|
Clone the repository (https://github.com/tux3/qTox.git) with your prefered Git client. [SmartGit](http://www.syntevo.com/smartgit/) is very nice for this task.
|
||||||
|
The following steps assumes that you cloned the repository at "C:\qTox". If you decided to choose another location, replace corresponding parts.
|
||||||
|
|
||||||
## Tox Core
|
### Tox Core
|
||||||
|
|
||||||
[jenkins.libtoxcore.so](http://jenkins.libtoxcore.so/job/libtoxcore-win32-i686/lastSuccessfulBuild/artifact/libtoxcore-win32-i686.zip) provides a prebuild package of Tox Core.
|
[jenkins.libtoxcore.so](http://jenkins.libtoxcore.so/job/libtoxcore-win32-i686/lastSuccessfulBuild/artifact/libtoxcore-win32-i686.zip)
|
||||||
Download this package and extract its content to "path/to/qTox/libs". You may have to create the folder "libs".
|
provides a prebuild package of Tox Core. Download this package and extract its content to "C:\qTox\libs". You may have to create the folder "libs".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user