This directory contains deb packages and source tarballs for those that already have Linux installed on their PC. Those who wish to try PyDAW without installing Linux should download the .iso image from the 'pydaw_os' folder above.
To see the release announcement and latest news, please visit the official PyDAW website at:
http://www.pydaw.org
Debian Users(including derivatives like AV Linux):
The above .deb packages probably won't work due to being compiled with Ubuntu's newer version of GLibC. You may have to compile the source tarball yourself. You will also need the below dependencies:
sudo apt-get install -y liblo-dev libasound2-dev libqt4-dev libjack-dev libsndfile1-dev libsm-dev automake autoconf libtool qjackctl alsa-utils python-liblo python-qt4 git libsdl1.2-dev ffado-mixer-qt4 ffado-tools ffado-dbus-server
Fedora Users:
It is now possible to build/install in Fedora with the -source-code package and the following dependencies installed:
sudo yum install qjackctl PyQt4 pyliblo git gcc alsa-lib-devel liblo-devel libsndfile-devel libSM-devel gcc-c++ audacity qt-devel SDL-devel jack-audio-connection-kit-devel
then compile/install with:
cd (pydaw_source_directory)/plugins
make && sudo make install