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

In Readme, not obvious how to ensure binaries are in $PATH #23

Open
jzmexec opened this issue Jan 19, 2021 · 0 comments
Open

In Readme, not obvious how to ensure binaries are in $PATH #23

jzmexec opened this issue Jan 19, 2021 · 0 comments

Comments

@jzmexec
Copy link

jzmexec commented Jan 19, 2021

Synchronized from google/woff2: google/woff2#131

In the past, I've installed this through homebrew, but I'm trying to follow the Readme instructions this time around. The make process is very simple, but I am stuck at this advice:

Ensure the binaries from the build process are in your $PATH

How does one do this? Is there more information we might give people about the probably paths of the binaries created? It isn't made obvious in the output of the makefile (at least not to me).

My current guess is that I should update my PATH in ~/.bash_profile to be something like this:

PATH="$PATH:/Users/stephennixon/woff2/woff2_compress:/Users/stephennixon/woff2/woff2_decompress:/Users/stephennixon/woff2/woff2_info:/Library/Frameworks/Python.framework/Versions/3.8/bin"
export PATH

I realize that the exact instructions may vary from person to person, but I hoping there might be slightly more we could say about this step?

If anyone sees this who happens to have advice on this, I would be very appreciative! If I figure it out first, I will try to update this and perhaps make a PR.

Thank you!

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