You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
UPDATE: to clarify, I only added /Users/stephennixon/woff2 to the PATH variable, and then there is another path added for Python. The two are separated with :. Quoting from man bash docs to define what the PATH variable does: "An attempt is first made to open the file in the current directory, and, if no file is found, then the shell searches the directories in PATH for the script." So, basically, when we point to the command woff2_compress, the woff2 directory must be in the PATH variable for it to be possible to run.
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: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: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!
The text was updated successfully, but these errors were encountered: