Skip to content

RyengM/MantaProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MantaflowProject

Compile and Install

Preparation

  • Install Visual Studio

My Configuration

  • Visual Studio 2019

Compilation

  • git clone https://github.com/demonhub/FluidSolver.git
  • cd FluidSolver
  • mkdir Build
  • cd Build
  • cmake .. -G “Visual Studio 16 2019” (for example)
  • open MantaflowProject.sln
  • build solution
  • set Renderer as startup project
  • copy ThirdParty/Assimp/assimp-vc142-t.dll to Bin/$(Configuration)

Use TBB

  • download compile tbb from https://github.com/jckarter/tbb
  • put file into C:/Program Files/Intel/
  • rename folder as TBB
  • cd Build & cmake .. -G "Visual Studio 16 2019" -DTBB="ON"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors