diff options
author | David Negroni <david.negroni@member.fsf.org> | 2010-05-12 23:28:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:28:37 +0200 |
commit | 2f37db05d42895d3b1a50aa2d22a2a668fc31aa9 (patch) | |
tree | 425ccab8f553ad4247d59a89fdb7931a45d440ee /development/bouml/README | |
parent | fc43e9426d25b5dadae26c75b9c8b5b9862fbede (diff) |
development/bouml: Added to 12.2 repository
Diffstat (limited to 'development/bouml/README')
-rw-r--r-- | development/bouml/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/development/bouml/README b/development/bouml/README new file mode 100644 index 0000000000000..b043539bbd9bb --- /dev/null +++ b/development/bouml/README @@ -0,0 +1,23 @@ +BOUML is a free UML 2 tool box (under development) allowing you to specify +and generate code in C++, Java, Idl, Php and Python. + +BOUML runs under Unix/Linux/Solaris, MacOS X(Power PC and Intel) and +Windows. + +BOUML is very fast and doesn't require much memory to manage several +thousands of classes, see benchmark. + +BOUML is extensible, and the external tools named plug-outs can be written +in C++ or Java, using BOUML for their definition as any other program. The +code generators and reverses are ones of the pre-defined plug-outs included +in the BOUML distribution. + +Qt 2.3 and higher or any Qt 3 and qmake are required. On some distributions +like Debian and Ubuntu you also need qt3-compat-headers if you use a +Qt3. Qt 4 can't be used because it is non compatible with the previous +releases. + +Depending on the options used to produce the Qt library you may have a +problem during the link concerning the Motif, Motif plus and Windows +styles. In this case compile BOUML defining the needed pre-processor +variables QT_NO_STYLE_MOTIF, QT_NO_STYLE_MOTIFPLUS and QT_NO_STYLE_WINDOWS. |