doc: added missing sudo to installation instructions#5300
Merged
skef merged 2 commits intofontforge:masterfrom Feb 25, 2024
gekkedev:patch-1
Merged
doc: added missing sudo to installation instructions#5300skef merged 2 commits intofontforge:masterfrom gekkedev:patch-1
skef merged 2 commits intofontforge:masterfrom
gekkedev:patch-1
Conversation
without sudo, permission errors would occur
skef
reviewed
Jan 4, 2024
| Then you may enable the interpreter by setting the appropriate macro in `*.../include/freetype/config/ftoption.h*` before you build the library (see the README.UNX file on the top level of the freetype distribution). | ||
| To enable the truetype debugger, FontForge needs to have the freetype source directories available when it is built (there are some include files there which it depends on.) | ||
| - libintl Is standard on most unixes. It is part of the fink package on the mac. Handles UI localization. | ||
| To enable the truetype debugger, FontForge needs to have the freetype source directories available when it is built (there are some included files there which it depends on). |
Contributor
There was a problem hiding this comment.
"include files" is a term of art WRT the C language, so however ungrammatical it sounds the old text was correct in this case.
Contributor
There was a problem hiding this comment.
@gekkedev, if this really bugs you, you can write with markup #include instead
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without
sudo, permission errors would occur. I guess a lot of people just ran it all with admin permissions or figured it out on their own. Also corrected some grammar below in the file.Type of change