erikas-taroza / audiotags

Read and write audio metadata in Flutter. Supports multiple formats.
https://pub.dev/packages/audiotags
MIT License
9 stars 4 forks source link

[Documentation] add documentation on building the plugin #8

Closed dannyglover closed 7 months ago

dannyglover commented 7 months ago

Me again :)

I'd like to contribute to this plugins development, but am unsure how to get started, in regards to setting up the build environment.

I'm on Linux, so I guess I'd like documentation for building the plugin on Linux initially. I'm experienced with C/C++/Dart/C#/Lua. Admittedly, I haven't done any rust development yet, but I'm a fast learner.

Thanks again.

erikas-taroza commented 7 months ago

Please read CONTRIBUTING.md

Basically, all you need is the Rust language and Python. Python is used to run the plugin_tool.py script.

erikas-taroza commented 7 months ago

You may also have to use this env var if the codegen doesn't have correct results.

dannyglover commented 7 months ago

I was able to get it all up and running. Thanks