INSTALL-MacOSX.md: Add missed xmlstarlet dependency (#967)

master
Andrey 2017-05-29 21:50:13 +03:00 committed by krzys_h
parent 621911eb64
commit daacd0036f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ After installing Developer Command Line Tools, you should have basic tools like
``` ```
And then: And then:
```bash ```bash
brew install cmake sdl2 sdl2_image sdl2_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext libicns librsvg wget brew install cmake sdl2 sdl2_image sdl2_ttf boost glew physfs flac libsndfile libvorbis vorbis-tools gettext libicns librsvg wget xmlstarlet
``` ```
Gettext is installed in separate directory without adding the files to system path, so in order to get it working normally, you should call also: Gettext is installed in separate directory without adding the files to system path, so in order to get it working normally, you should call also:
```bash ```bash