diff options
author | Giancarlo Dessi <slack@giand.it> | 2023-08-05 10:58:28 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:53 +0700 |
commit | b249093b5af8e7733dc522cbded9a9d998d72bf9 (patch) | |
tree | 6fee0321cb03480e43c14a3f475dee121647acb5 /gis/SFCGAL-legacy/README | |
parent | 6ede0d3a891b8bd238ff0ee9b5291420adfda424 (diff) |
gis/SFCGAL-legacy: Added (C++ wrapper around CGAL).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/SFCGAL-legacy/README')
-rw-r--r-- | gis/SFCGAL-legacy/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gis/SFCGAL-legacy/README b/gis/SFCGAL-legacy/README new file mode 100644 index 0000000000000..b2f3738c10792 --- /dev/null +++ b/gis/SFCGAL-legacy/README @@ -0,0 +1,16 @@ +SFCGAL is a C++ wrapper library around CGAL, written with the aim of +supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D +operations. + +OpenSceneGraph is an optional dependency enabled by default if found +in your system. If you do not need this, pass the environment variable +to the script: + OSG=no ./SFCGAL.SlackBuild + +SFCGAL-legacy builds version 1.3.9, the lastest compatible with the +package CGAL available in this repository. If you keep this version +of the dependency, you have to install this package. + +If you have CGAL5 installed in your system, this package is not +compatible and you must refer to the slackbuild SFCGAL based on +greater versions and also available in this repository. |