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

macOS: cleanup, mysqlclient fix, and update hombrew #43

Merged
merged 1 commit into from
Feb 11, 2024
Merged

macOS: cleanup, mysqlclient fix, and update hombrew #43

merged 1 commit into from
Feb 11, 2024

Conversation

jhoyt4
Copy link
Contributor

@jhoyt4 jhoyt4 commented Feb 11, 2024

Update README.md

macport and homebrew:

  • remove obsolete or repeated packages

homebrew:

  • add zlib and libiconv dependencies

mysqlclient / pip
On macports, python mysqlclient needs extra help to locate mysql8+

  • Add a variable to point to macports prefix directory
  • Use pkg-config to locate both the MYSQLCLIENT_LDFLAGS and MYSQLCLIENT_CFLAGS variables
  • Feed MYSQLCLIENT_LDFLAGS and MYSQLCLIENT_CFLAGS variables to pip to aide mysqlclient install

  Update README.md

  macport and homebrew:
  - remove obsolete or repeated packages

  homebrew:
  - add zlib and libiconv dependencies

  mysqlclient / pip
  On macports, python mysqlclient needs extra help to locate mysql8+
  - Add a variable to point to macports prefix directory
  - Use pkg-config to locate both the MYSQLCLIENT_LDFLAGS and
    MYSQLCLIENT_CFLAGS variables
  - Feed MYSQLCLIENT_LDFLAGS and MYSQLCLIENT_CFLAGS variables to pip
    to aide mysqlclient install
@billmeek billmeek merged commit 9395bd8 into MythTV:master Feb 11, 2024
15 of 16 checks passed
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

Successfully merging this pull request may close these issues.

2 participants