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

README: fix dependences requirement for macOS #937

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

MeteorsLiu
Copy link
Contributor

User may not install pkg-config when initalization.

When lacking of pkg-config tool, it will panic like that

panic: test link args ' $(pkg-config --libs bdw-gc); -lgc' failed
	expanded to: [-lgc]
	resolved to: [-lgc]
	error: ld: library 'gc' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@MeteorsLiu MeteorsLiu changed the title README: fix dependences for macOS README: fix dependences requirement for macOS Jan 6, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.65%. Comparing base (03517ce) to head (c7e68da).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #937   +/-   ##
=======================================
  Coverage   97.65%   97.65%           
=======================================
  Files          22       22           
  Lines        6313     6313           
=======================================
  Hits         6165     6165           
  Misses        128      128           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cpunion
Copy link
Contributor

cpunion commented Jan 7, 2025

doc/_readme/scripts/install_macos.sh need update

@xushiwei xushiwei merged commit 031d4eb into goplus:main Jan 7, 2025
7 of 8 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.

3 participants