devpro is an ensemble of bash scripts developed to manage an ensemble of projects based on Qt4. Description of each individual tool can be found in "dphelp".
You need a bash interpreter to run these tools (usually available for Linux and Mac). It can also be used under MinGW. Unpack the archive:
| Unpacking the archive |
$ tar xvfpz devpro-X.X.X.tar.gz $ cd devpro-X.X.X |
Configure the install path by running make:
| Configure the installation path |
$ make |
| Install |
$ make install |
| Release | Sources (Linux/Mac OS X) |
|---|---|
| 1.2.0 | devpro-src-1.2.0.tar.gz |
Copyright (C) 2005-2006 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 November 2 2006 by Marc Wathelet