Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repository cleanup #2

Open
umlaeute opened this issue Jul 12, 2019 · 0 comments
Open

repository cleanup #2

umlaeute opened this issue Jul 12, 2019 · 0 comments

Comments

@umlaeute
Copy link

please consider:

  • removing the file m_pd.h from the repository
    (shipping this header-file will get people into trouble who want to compile your external against a different version of Pd)
  • removing any build-artifacts from the repository (plts.pd_darwin)
    (keeping these in the archive will create version-conflicts for everybody who builds plaits for Darwin; if you want to provide an easy download for people who don't know how to compile themselves, github allows to add release-artifacts to releases; you could also consider uploading the package to deken to make the lib very accessible)
  • use PDLIBBUILDER_DIR to declare the path to the Makefile.pdlibbuilder, as documented. something like the following allows for easier integration on a variety of systems:
PDLIBDUILDER_DIR=.
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant