|
|
@@ -2,11 +2,11 @@ |
|
|
|
|
|
|
|
PawPaw is a Cross-Platform build scripts setup for static libraries and audio plugins |
|
|
|
|
|
|
|
It was created out of the need of many open-source developers to easily build their stuff for macOS and Windows, |
|
|
|
It was created out of the need of many open-source developers to easily build their stuff for macOS and Windows, |
|
|
|
where usually dependencies are involved which need to be built manually. |
|
|
|
In order to make audio plugins self-contained, these dependencies/libraries need to be built statically, |
|
|
|
In order to make audio plugins self-contained, these dependencies/libraries need to be built statically, |
|
|
|
which most packaging projects do not do. |
|
|
|
Also, most open-source audio plugin projects to do have binaries for macOS or Windows, |
|
|
|
Also, most open-source audio plugin projects to do have binaries for macOS or Windows, |
|
|
|
making it very difficult for users in these platforms to enjoy them. |
|
|
|
|
|
|
|
PawPaw has the following goals: |
|
|
|