star-3dstl

Create star-3d geometries from StL files
git clone git://git.meso-star.fr/star-3dstl.git
Log | Files | Refs | README | LICENSE

commit 0b4da95742d665e738b97b96cfeb3ae6298cb393
parent 91ebd2ed889217dcf97280a4d5f66e541c2b7f47
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Apr 2016 16:34:26 +0200

Update the install directory of the documentation

Diffstat:
MREADME.md | 4++--
Mcmake/CMakeLists.txt | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # Star 3D shapes from STereo Lithography geometries -This library creates *Star-3D* shapes from geometries saved in the stl +This library creates Star-3D shapes from geometries saved in the stl fileformats. ## How to build @@ -23,7 +23,7 @@ as any CMake project. ## License -*Star-3DSTL* is Copyright (C) |Meso|Star> 2015-2016 (<contact@meso-star.com>). +Star-3DSTL is Copyright (C) |Meso|Star> 2015-2016 (<contact@meso-star.com>). It is a free software released under the [OSI](http://opensource.org)-approved CeCILL license. You are welcome to redistribute it under certain conditions; refer to the COPYING files for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -94,5 +94,5 @@ install(TARGETS s3dstl LIBRARY DESTINATION lib RUNTIME DESTINATION bin) install(FILES ${S3DSTL_FILES_INC_API} DESTINATION include/star) -install(FILES ${S3DSTL_FILES_DOC} DESTINATION doc/s3dstl) +install(FILES ${S3DSTL_FILES_DOC} DESTINATION share/doc/star-3dstl)