| 51 | ==== Current Development Trunk ==== |
| 52 | |
| 53 | If you want to play with the latest development version, you can check it out directly from the SVN repository. In order to do it you need to download and install the [http://www.smedley.info/os2ports/subversion.html SVN client for OS/2]. After you have done it, create a directory (for example, {{{D:\Develop\qt3\trunk}}}) and issue the following command from that directory: |
| 54 | {{{ |
| 55 | svn checkout http://svn.netlabs.org/repos/qt3/trunk . |
| 56 | }}} |
| 57 | Then, read the checked out {{{readme.txt}}} file (as usual) for build instructions. |
| 58 | |
| 59 | Please note that the development version can be unstable. |
| 60 | |