Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 342 Bytes

File metadata and controls

24 lines (14 loc) · 342 Bytes

FluoRender 3

This is the restructuring of FluoRender to simplify the program data tree and improve rendering capabilities.

Building

Requirements: Git, CMake, CTest

OSX/Linux

mkdir build

cd build

cmake ../src

make

Testing

make test