Skip to content

Commit b6daaf3

Browse files
authored
Fix tff typo (#503)
* Fixed typo in libSDL2_ttf.dylib in osx guide
2 parents 4446300 + c41ee8c commit b6daaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/LinuxOsxInstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ brew install SDL2
3838
brew install SDL2_image
3939
brew install SDL2_ttf
4040
```
41-
- Copy the following files from `(brew --prefix)/lib`, which is usually `/opt/homebrew/lib/`, to `Yafc/lib/osx`:
41+
- Copy the following files from `$(brew --prefix)/lib`, which is usually `/opt/homebrew/lib/`, to `Yafc/lib/osx`:
4242
```
4343
libSDL2.dylib
4444
libSDL2_image.dylib
45-
libSDL2_tff.dylib
45+
libSDL2_ttf.dylib
4646
```
4747
- Run `build.sh` to build Yafc. If you get an error `grep: invalid option -- P`, then you need to either remove the mentions of `VERSION` from `build.sh` so `grep` is not used, or you need to install GNU grep with `brew install grep` and change `grep` in `build.sh` to `ggrep`.
4848
- The folder `Build/OSX` will contain all of the files and should run in place. It will also create an archive `OSX.tar.gz` for the distro.

0 commit comments

Comments
 (0)