diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:23:08 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:23:08 -0400 |
commit | c88acd002d44747c05a6e1871352e4d8372014eb (patch) | |
tree | e4068c3a84ebb4a1f96cf562f09e05f6a79fd81b | |
parent | c4f500f4fb08aa8201f8e1510b6566f0db1d6894 (diff) | |
download | slackbuilds-c88acd002d44747c05a6e1871352e4d8372014eb.tar.gz |
libraries/VTK: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/VTK/README | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README index 2f85a8aaf7..b4cd45f715 100644 --- a/libraries/VTK/README +++ b/libraries/VTK/README @@ -1,20 +1,21 @@ -The Visualization Toolkit (VTK) is an open source, freely available software -system for 3D computer graphics, modeling, image processing, volume rendering, -scientific visualization and information visualization. VTK also includes -ancillary support for 3D interaction widgets, two and three-dimensional -annotation, and parallel computing. At its core VTK is implemented as a C++ -toolkit, requiring users to build applications by combining various objects into -an application. The system also supports automated wrapping of the C++ core into -Python, Java and Tcl, so that VTK applications may also be written using these -interpreted programming languages. +The Visualization Toolkit (VTK) is an open source, freely +available software system for 3D computer graphics, modeling, +image processing, volume rendering, scientific visualization and +information visualization. VTK also includes ancillary support for +3D interaction widgets, two and three-dimensional annotation, and +parallel computing. At its core VTK is implemented as a C++ toolkit, +requiring users to build applications by combining various objects +into an application. The system also supports automated wrapping of +the C++ core into Python, Java and Tcl, so that VTK applications may +also be written using these interpreted programming languages. -Some optional additional packages, if detected during configuration, are used -in preference to versions provided in the source code. These packages, available -from SlackBuilds.org, are: +Some optional additional packages, if detected during configuration, +are used in preference to versions provided in the source code. These +packages, available from SlackBuilds.org, are: jsoncpp proj -You can enable a number of optional features by passing variables to the script -(VAR=yes|no ./VTK.SlackBuild): +You can enable a number of optional features by passing variables to +the script (VAR=yes|no ./VTK.SlackBuild): IMAGING=yes|no (default: no) MPI=yes|no (default: no), requires openmpi |