You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In trying to build OpenSCAD for Raspbian Buster, I see that https://github.com/koendv/openscad-raspberrypi
has a procedure for building lib3mf. When I tried to use that
procedure, it failed, apparently because lib3mf requires
the AutomaticComponentToolkit and act.linux assumes an
x86-based Linux.
I read about building the AutomaticComponentToolkit on raspbian;
apparently the process starts with having an already-built act.something.
If the only thing missing is an ARM-based act.raspbian, could you provide it
in this repository?
If not, any detailed advice on how to build an act.raspbian on Raspbian Buster
would be appreciated.