Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 780 Bytes

dev-setup-windows.md

File metadata and controls

22 lines (17 loc) · 780 Bytes

Development Setup - Windows

Tools

  1. Install python v3.12+
  2. Install git-bash
  3. Install just

just is supposed to be used from git-bash

Setup

  1. Clone this repository
  2. Open git-bash in the directory
  3. Set up virtual environment:
    1. python -m venv venv
    2. source venv/Scripts/activate
  4. Install requirements just install-dependencies
  5. Download libmpv, extract it and move the libmpv-*.dll into the root of the repository
  6. Create an empty file portable in the root of the repository. This will tell mpvQC to store all app data in a new folder called appdata