pongasoft / jamba

A lightweight VST2/3 framework
https://jamba.dev/
Apache License 2.0
121 stars 3 forks source link

create-plugin.py instructions point to wrong configure script #11

Closed mattetti closed 3 years ago

mattetti commented 3 years ago
You can now configure the plugin:

For macOs:
----------
### configuring

cd <build_folder>
<project_path>configure.sh

### building, testing, etc...
cd <build_folder>/build
./jamba.sh -h

Note how the script is referring to configure.sh but it looks like it got replaced by configure.py.

ypujante commented 3 years ago

Fixed in 5.1.4