sebbas / blender-mantaflow

Mantaflow integration in Blender
https://developer.blender.org/diffusion/B/browse/fluid-mantaflow/
Other
101 stars 12 forks source link

how to launch? #30

Closed matyklug18 closed 5 years ago

matyklug18 commented 5 years ago

i downloaded the zip, but how should i launch it? ./blender gives me error: error while loading shared libraries: libOpenImageIO.so.1.8: cannot open shared object file: No such file or directory

juangea commented 5 years ago

What do you mean? Right now it’s a Blender branch, when you compile it you get a Blender compilation, you launch that version and it has Mantaflow integrated

matyklug18 commented 5 years ago

i downloaded the zip from releases. it isnt compiled already? or could you please provide build instructions?

juangea commented 5 years ago

Yes it is, when you unzip it you will get a blender version, run it and this Blender already have Mantaflow

matyklug18 commented 5 years ago

so i run file "blender"? i also forgot to say that i am on linux. if i run it, it gives me error: ./blender: error while loading shared libraries: libOpenImageIO.so.1.8: cannot open shared object file: No such file or directory

juangea commented 5 years ago

Maybe the Linux build is not made with static libraries, so you may have to install the libraries, or maybe Sebas can make a static version, I’m not sure how to compile a static version on Linux

matyklug18 commented 5 years ago

i dont know how to install the lib, as it isnt anywhere to be found. i searched in app store, package repos, google, just nothing. only not compiled version with no compile instructions and outdated version in app store.

juangea commented 5 years ago

If you go to the “how to build Blender” page in the wiki you will see there are instructions to download and install all the required libs for building Blender, I’m on the phone so I cannot give you the exact link, but if you search “build blender” on google you will find it :)

matyklug18 commented 5 years ago

So i downloaded the dependencies script, installed one lib and it works! I think you should ship the script with the release.

juangea commented 5 years ago

Nah, the problem is that the build is not made with static dependencies, it should be made that way, but it’s a bit of a mess to build with static libs (at least for me hahaha)

Cheers!