reamenus icon indicating copy to clipboard operation
reamenus copied to clipboard

Request

Open confused730 opened this issue 2 years ago • 1 comments

Can you add a step by step on how to build for those that aren't familiar in python? I can't work it out and I'm at a loss at to what terms to google

confused730 avatar Feb 17 '23 10:02 confused730

If you just want the latest .ReaperMenuset file, you can get it either in the release folder or the latest release. I'll read up on Github Actions to see if it's possible to build releases automatically with it after each commit.

In the meantime, to build locally, the following steps should do:

  1. Download and install python, you need version 3.8 or above
  2. Locate and change directory to the repo folder in your terminal of choice, e.g. cd path/to/this/local/repo
  3. execute the command python -m reamenus
  4. The script will generate file in the release folder

I believe you can import the release file without renaming from the menu editor in REAPER.

RCJacH avatar Feb 19 '23 05:02 RCJacH