huxingyi / dust3d

Dust3D is a cross-platform 3D modeling software that makes it easy to create low poly 3D models for video games, 3D printing, and more.
https://dust3d.org/
MIT License
2.98k stars 222 forks source link

Raspbian failed to make #53

Closed nigec closed 1 year ago

nigec commented 4 years ago

I've been trying to build Dust3D with Raspbian OS but I seem to be missing some files /usr/bin/ld: cannot find -linstant-meshes /usr/bin/ld: cannot find -ltbb_static

I followed the tutorial from https://blogs.dust3d.org/2019/07/09/dust3d-on-raspberry-pi-3-model-b-plus/

huxingyi commented 4 years ago

Hi @nigec, there are a lot of changes since that blog been posted, the new changes haven't been tested on Raspberry Pi. Please add git checkout c73277a4aa after the line cd dust3d to use the specified version:

https://github.com/huxingyi/dust3d/tree/c73277a4aa107dc4fce6eec565dfcb91d33c5ac4

nigec commented 4 years ago

hi @huxingyi That worked perfectly thank you Dust3D is up and running on Raspbian Debian GNU/Linux 10 (buster)

huxingyi commented 4 years ago

Thanks, glad to hear that, however, that version is quite outdated. Have you tried Instant-Meshes pre-combined binary before? Hopefully it will run on your machine, so then it should also work with the latest version of Dust3D with some changes to the compile command lines.

nigec commented 4 years ago

I installed Dust3D under Windows 10 but at 1920x1080 I was struggling with the font/icons sizes, so I thought I'd give Linux a try to see if it was any easier to see them and memorize the layout That was the method behind the madness lol I'll have a look at Instant-Meshes

huxingyi commented 1 year ago

Closed as not relevant to the latest release anymore, thanks and feel free to reopen it.