Basic C++ objects:point, rectangle, segment, circle, XML parser, random generator, statistical tools, memory leak detector, log stream, ...
Available for all platforms (Linux, Mac OS X and Windows).
Requires Qt4 and a good compiler (gcc for instance).
| Unpacking the archive |
$ tar xvfpz qtbtools-X.X.X.tar.gz $ cd qtbtools-X.X.X |
| Configure the installation path (Linux and Mac) |
$ ./configure -prefix $HOME |
| Configure the installation path (Windows) |
$ configure -prefix "C:\Program Files\geopsy" |
You will be prompted for the license agreement. You are ready to compile and to install the package:
| Compile and install |
$ make install |
| Date | Release | Binary packages | Sources | Dependencies | |
|---|---|---|---|---|---|
| Mac OS X | Windows | ||||
| September 22th 2005 | 1.1.1 | qtbtools-1.1.1.tar.gz | QtCore (>=4.0.1) | ||
| August 15th 2005 | 1.1.0 | qtbtools-1.1.0.tar.gz | QtCore (>=4.0.0) | ||
| June 22 2005 | 1.0.0 | qtbtools-1.0.0.tar.gz | - | ||
Copyright (C) 2005 Marc Wathelet
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Modified June 22 2005 by Marc Wathelet