add gettext-tools to fink deps
gettext-tools needs to be installed in fink for cmake to find msginit, update ./installdeps to include it.
This commit is contained in:
parent
dea31e52e9
commit
982d639ea2
|
@ -356,7 +356,7 @@ fink_installdeps() {
|
||||||
installing
|
installing
|
||||||
|
|
||||||
check sudo fink -vy selfupdate
|
check sudo fink -vy selfupdate
|
||||||
check sudo fink -vy install cairo cmake ffmpeg libgettext8-dev libjpeg9 libpng16 libtiff5 pkgconfig sdl2 wxwidgets300-osxcocoa libiconv-dev
|
check sudo fink -vy install cairo cmake ffmpeg libgettext8-dev gettext-tools libjpeg9 libpng16 libtiff5 pkgconfig sdl2 wxwidgets300-osxcocoa libiconv-dev
|
||||||
|
|
||||||
warning 'SFML is required for LINK support, there is currently no SFML package for Fink, if you want LINK support you will need to install it manually'
|
warning 'SFML is required for LINK support, there is currently no SFML package for Fink, if you want LINK support you will need to install it manually'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue