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

Add build/pkg-install.sh. #196

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dot-asm
Copy link
Collaborator

@dot-asm dot-asm commented Nov 2, 2023

Compile latest release tag and install it as pkg-config package.

@dot-asm
Copy link
Collaborator Author

dot-asm commented Nov 2, 2023

To give it a shot execute following commands

mkdir -p /tmp/foo/include
mkdir -p /tmp/foo/lib/pkgconfig
curl -sSf https://raw.githubusercontent.com/dot-asm/blst/pkg-install.sh/build/pkg-install.sh | env PKG_CONFIG_PATH=/tmp/foo/lib/pkgconfig sh`

Examine /tmp/foo tree structure and cleanup as deemed appropriate.

Compile latest release tag and install it as pkg-config package.
@arrowd
Copy link

arrowd commented Jan 28, 2024

Bumped into this when porting libblst to FreeBSD. For now I just added my own .pc file to the downstream package, so it'd be great to have this PR merged in.

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.

None yet

2 participants