aboutsummaryrefslogtreecommitdiff
path: root/development/bouml/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:56 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:56 +0200
commit964c4c15ba661737494b0d2d7365a19c7493c717 (patch)
treecf83477c7cb1121164718e4d5ab33846cef73c3b /development/bouml/README
parent36b707b65363fd7ab9140ecd5d39723899a8c2b3 (diff)
development/bouml: Removed from 13.0 repository
Diffstat (limited to 'development/bouml/README')
-rw-r--r--development/bouml/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/development/bouml/README b/development/bouml/README
deleted file mode 100644
index b043539bbd..0000000000
--- a/development/bouml/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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.