Commit a73d2782f059ebe3eba0169016bbcae00b079310

Authored by Perry Werneck
1 parent fc95b410
Exists in develop

Forcing gettext path on MAC os.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -150,7 +150,7 @@ Install
150 150  
151 151 ```shell
152 152 export PKG_CONFIG_PATH="$(brew --prefix curl)/lib/pkgconfig:$(brew --prefix openssl)/lib/pkgconfig"
153   - ./autogen.sh --prefix="$(brew --cellar)/lib3270/5.4"
  153 + ./autogen.sh --prefix="$(brew --cellar)/lib3270/5.4" --with-libiconv-prefix=$(brew --prefix gettext)
154 154 make all && make install
155 155 brew link lib3270
156 156 ```
... ...