latenitefilms / GyroflowToolbox

Allows you to import Gyroflow Projects into Apple's Final Cut Pro
https://gyroflowtoolbox.io
MIT License
25 stars 1 forks source link

build failed #33

Closed Ming-chwan closed 4 months ago

Ming-chwan commented 4 months ago

thanks first. I enter ../Frameworks/gyroflow/ directory and typing " cargo build ", it failed with err info as: error: failed to ruin custom build command for object_exception v0.1.2 .. any advice for this issue, I am rust beginner ,thanks~

latenitefilms commented 4 months ago

You should just be able to use the /Scripts/build_rust.sh build script to build the Rust code.

latenitefilms commented 4 months ago

You can also learn more about building Gyroflow here:

https://docs.gyroflow.xyz/app/technical-details/building-from-source

Ming-chwan commented 4 months ago

Thanks for you response ! latenitefilms!