Turkish translation
[qBittorrent.git] / install.os2
blob17737b26ae1d6ba096ff02773faeebb516fb916e
1 QBittorrent installation
5 0. CONTENTS OF THIS FILE
6 ========================
8 1. INTRODUCTION
10 2. REQUIREMENTS
12 3. INSTALLATION
14 4. BUGREPORTS
16 5. CREDITS
18 6. SUPPORT AND DONATIONS
20 7. HISTORY
23 1. INTRODUCTION
24 ===============
26 Welcome to QBittorrent port for OS/2 and eComStation.
29 2. REQUIREMENTS
30 ===============
32 The following requirements can be installed either by rpm or by zip files.
34 RPM Installation:
36 klibc
37 -----
39   1. yum install libc
41 openssl 1.0
42 -----------
44   1. yum install openssl
46 pthread
47 -------
49   1. yum install pthread
51 GCC4Core
52 --------
54   1. yum install libgcc
55   2. yum install gcc-stack-protector
56   3. yum install gcc-stdc++-shared-library
57   4. yum install gcc-supc++-shared-library
59 Qt4 dll
60 -------
62   1. yum install libqt4
65 ZIP Installation:
67 klibc
68 -----
70   1. Download klibc 0.6.5 or better (see http://svn.netlabs.org/libc for more information)
71   2. Install the files to your libpath eg x:\ecs\dll
73 openssl 1.0
74 -----------
76   1. Download the zip file from http://rpm.netlabs.org/release/00/zip
77   2. Install the files to your libpath eg. x:\ecs\dll
79 pthread
80 -------
82   1. Download pthread 2012-03-13 or better from http://rpm.netlabs.org/release/00/zip
83   2. Install the files to your libpath eg. x:\ecs\dll
85 GCC4Core
86 --------
88   1. Download GCC4Core 1.2.1 or better from http://ftp.netlabs.org/pub/gcc
89   2. Install the files to your libpath eg. x:\ecs\dll
91 Qt4 dll
92 -------
94   1. Download Qt4 4.7.3 or better (see http://svn.netlabs.org/qt4 for more information)
95   2. Install the files according to the readme
98 3. INSTALLATION
99 ===============
100           
101 To install QBittorrent, do the following:
103   1. Create a directory for QBittorrent.
104   2. Extract the QBittorrent package to the new directory.
105   3. Create a WPS object for QBittorrent.exe.
106   4. Start QBittorrent
107   5. Happy torrenting
108   
110 4. BUGREPORTS
111 =============
113 Please create bugreports at http://svn.netlabs.org/qtapps
114 Only bug reports with a reproducible bug are accepted. :-)
117 5. CREDITS
118 ==========
120 The port was done by:
122 Silvan Scherrer aka _diver
124 Thanks go to:
126   * Dmitry A. Kuminov
128 They either helped me when I had some nasty questions or did some testing for
132 6. SUPPORT AND DONATIONS
133 ========================
135 QBittorrent port is based on volunteer work. If you would like to support further
136 development, you can do so in one of the following ways:
139   * Donate to the Qt4 project: see qt.netlabs.org for more information
141   * Contribute to the project: Besides actual development, this also includes
142     maintaining the documentation and the project web site as well as help
143     for users.
146 7. HISTORY
147 ==========
149 2012-09-19
151   * updated to 3.0.4 code level of QBittorrent
152   * updated libtorrent to 0.16.3 level
154 2012-09-06
156   * updated to 3.0.2 code level of QBittorrent
158 2012-05-14
160   * updated to 2.9.8 code level of QBittorrent
162 2012-03-15
164   * updated to 2.9.5 code level of QBittorrent
166 2011-09-26
168   * updated to 2.8.5 code level of QBittorrent
169   * updated to Qt 4.7.3
171 2011-06-20
173   * updated to 2.7.3 code level of QBittorrent
174   * updated libtorrent to 0.15.6 level
176 2010-12-23
178   * updated to 2.5.2 code level of QBittorrent
180 2010-11-22
182   * updated to 2.4.11 code level of QBittorrent
184 2010-xx-xx
186   * initial port