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
The dash in the readme.md documentation in the line "make -j4" is the wrong character (it's a unicode) character but make expects a "dash" ASCII character. This is tripping up users.
The text was updated successfully, but these errors were encountered:
Fixed.
It was caused by a copy-n-paste from a different document.
Here is a handy way to find non-ASCII characters:
grep --color='auto' -P -n "[^\x00-\x7f]" README.md
The dash in the readme.md documentation in the line "make -j4" is the wrong character (it's a unicode) character but make expects a "dash" ASCII character. This is tripping up users.
The text was updated successfully, but these errors were encountered: