hcjamm / pydaw

The stable repository for PyDAW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Deprecation notice

PyDAW is being superceded by my new project here:

https://github.com/j3ffhubb/musikernel

The new project is still under heavy development and not yet recommended for any use other than evaluation.

#How to build:

#Ubuntu/Debian distros:

cd [pydaw src dir]/src

./ubuntu_deps.sh

make deps

make deb

cd ../pydaw-build

sudo dpkg -i pydaw[your_version].deb

#Fedora based distros:

cd [pydaw src dir]/src

./fedora_deps.sh

make rpm

cd ~/rpmbuild/RPMS/[your arch]

sudo rpm -e pydaw4 # You can skip this if PyDAW is not already installed

sudo yum localinstall pydaw[version number].rpm

#All others:

[figure out the dependencies based on the Fedora or Ubuntu dependencies]

cd [pydaw src dir]/src

make

You can specify DESTDIR or PREFIX if packaging, the result is fully relocatable

make install

About

The stable repository for PyDAW

License:Other


Languages

Language:C 59.6%Language:C++ 19.1%Language:Python 13.5%Language:Shell 7.1%Language:Java 0.5%Language:Objective-C 0.1%Language:PHP 0.0%Language:Perl 0.0%