Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

executable file
·
17 lines (13 loc) · 325 Bytes

3D-Histopathology

Build

The project can be built with QtCreator or from the command line, with qmake

mkdir build
cd build
qmake ../3d_raycaster.pro
make
./3d_raycaster

License

The software is distributed under the MIT license.