fedden / RenderMan

Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
The Unlicense
355 stars 44 forks source link

Compatible with Python3.6 on MacOS. #8

Closed harritaylor closed 6 years ago

harritaylor commented 6 years ago

Use RenderMan-py36.jucer to build and follow instructions outlined at https://github.com/fedden/RenderMan/issues/7\#issuecomment-375697319.

This is a bit of a hack, but it works for people who want to use MacOS and Python 3 for the project.

I think in the future this solution could be changed by writing a script that automatically finds python and boost locations and edits the RenderMan.jucer XML file.

fedden commented 6 years ago

Thanks for this!