Browse Source

Tweak README

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 5 years ago
parent
commit
58e54848e9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      README.md

+ 5
- 1
README.md View File

@@ -4,8 +4,10 @@ PawPaw is a Cross-Platform build scripts setup for static libraries and audio pl


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. 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. 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. making it very difficult for users in these platforms to enjoy them.


@@ -17,4 +19,6 @@ PawPaw has the following goals:
- Define each plugin to build in its own file, to make it easy to support new plugins via pull-request - Define each plugin to build in its own file, to make it easy to support new plugins via pull-request
- Package the entire collection as an installer - Package the entire collection as an installer


Additonally, PawPaw will be used to build library dependencies for Carla and JACK2.
Additonally, PawPaw will be used to build library dependencies for
[Carla](https://github.com/falkTX/Carla) and
[JACK2](https://github.com/jackaudio/jack2).

Loading…
Cancel
Save