This project is yet to be stable and is still under active development.
Distributed under the GNU GPLv3 License. See LICENSE for more information.
If you are on windwos and need to develop this project, you will need to install libmpv:
- Download the latest release of libmpv-dev
- Extract the contents of the zip file into
%appdata%/mpv/lib, rename libmpv-2.dll.a to mpv.lib - Extract the libmpv=2.dll file from the zip into
src-tauri/target/debug - Put that path into your system environment variable
PATH - Restart your terminal/IDE to make sure the new PATH is loaded
- You should now be able to run
bun tuari devwithout linkning issues