OSDN Git Service

Update Japanese Translations.
[qt-creator-jp/qt-creator-jp.git] / README
1 QtCreator 1.0.0
2 ===============
3 QtCreator is a crossplatform C++ IDE for development with the Qt framework.
4
5 Supported Platforms
6 ===================
7 The binary packages support the following platforms:
8
9 Windows XP SP2, Windows Vista
10 (K)Ubuntu Linux 5.04, (K)Ubuntu Linux 7.04 32bit and 64bit
11 Mac OS 10.4 and later
12
13 Building the sources requires Qt 4.5.0 or later.
14
15 Third-party components
16 ======================
17 QtCreator includes the following third-party components,
18 we thank the authors who made this possible:
19
20 * Open Source front-end for C++ (license MIT), enhanced for use in Qt Creator
21   Roberto Raggi <roberto.raggi@gmail.com>
22   QtCreator/src/shared/cplusplus
23
24 Compiling Qt Creator
25 ====================
26 You need Qt 4.5 to build Qt Creator.
27 We recommend that you build Qt Creator not in the source directory, but in a separate directory.
28 To do that, use the following commands:
29 mkdir $BUILD_DIRECTORY
30 cd $BUILD_DIRECTORY
31 qmake $SOURCE_DIRECTORY/qtcreator.pro
32 make (or mingw32-make or nmake, depending on your platform)
33