| 1 | HOW TO PREPARE AN OFFICIAL BUILD OF QT4 FOR OS/2
|
|---|
| 2 |
|
|---|
| 3 | 1. Define the SVN revision for the build (referred to as REV below),
|
|---|
| 4 | and the path where the source tree will be exported (referred to as
|
|---|
| 5 | TREE). The usual format for TREE is:
|
|---|
| 6 |
|
|---|
| 7 | qt-all-opensource-src-X.Y.Z-os2-BUILD
|
|---|
| 8 |
|
|---|
| 9 | Where X.Y.Z are major, minor and patch Qt version numbers (e.g. 4.5.1)
|
|---|
| 10 | and BUILD is a human readable build name (e.g. beta5). Note that BUILD
|
|---|
| 11 | will be empty if this is an original GA build of the given version. The
|
|---|
| 12 | preceeding dash in the examples below will also disappear in this case.
|
|---|
| 13 |
|
|---|
| 14 | 2. Do `svn export -r REV http://svn.netlabs.org/repos/qt4/trunk TREE'.
|
|---|
| 15 |
|
|---|
| 16 | 3. Do `zip -SrX9 qt-all-opensource-src-X_Y_Z-os2-BUILD.zip TREE/'.
|
|---|
| 17 | This will be the source distribution.
|
|---|
| 18 |
|
|---|
| 19 | 4. Do `svn co http://svn.netlabs.org/repos/qt4/trunk PKG'.
|
|---|
| 20 |
|
|---|
|
|---|