star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit d7f79fc9c490a9c871c215f06399020c0a85c7c4
parent 471ac2e987dae201c7b1034920910dca2bd339fc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 18 Sep 2020 17:04:05 +0200

Notify the Embree dependency in the README file

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,14 +1,15 @@ # Star-UnstructuredVolumetricMesh Star-UVM is C library whose purpose is to manage unstructured meshes -storing f volumetric data. +storing volumetric data. ## How to build Star-UVM relies on the [CMake](http://www.cmake.org) and the [RCMake](https://gitlab.com/vaplv/rcmake/) packages to build. It also depends -on the [RSys](https://gitlab.com/vaplv/rsys/), library. It is compatible -GNU/Linux 64 bits on x86-64 architectures. +on the [RSys](https://gitlab.com/vaplv/rsys/) and +[Embree](https://embree.github.io/) libraries. It is compatible +GNU/Linux on x86-64 architectures. First ensure that CMake is installed on your system. Then install the RCMake package as well as the aforementioned prerequisites. Finally generate the