Skip to content
endolith edited this page Oct 20, 2014 · 7 revisions

Here are some steps required to run Friture on MacOS X. The commands are to be entered in a terminal, provided that you have a working installation of Homebrew (a package manager for MacOS X), and pip (a Python package manager).

Homebrew can install Qt, PyQt, Qwt, PyQwt and Portaudio:

brew install pyqwt

brew install portaudio

pip can install Pyaudio, PyOpenGL and psutil from PyPI (the Python Package Index):

pip install pyaudio

pip install PyOpenGL

pip install psutil

Finally, Friture can be installed with pip too (or directly from source if you wish):

pip install friture

Clone this wiki locally