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
You don't need the system locales. Installing the gettext executable alone is enough. The compile page lists "all dependencies of gtkmm" which includes gettext. I can't list all the dependencies down to the last library because it would be an enormous list, and some systems package things in different ways.
you may also use https://github.com/sabotage-linux/gettext-tiny if the gnu gettext suite is too bloated for you... though i guess it would be even nicer if gettext use could be disabled entirely.
I ran into some unexpected trouble building Snes9x for arm64 on a Linux install which only had the
en_US.UTF-8
locale generated.I resolved this by:
gettext
with apt (possibly unnecessary? didn't verify if it builds withoutgettext
)de_DE.UTF-8
,es_ES.UTF-8
,fr_FR.UTF-8
,ja_JP.UTF8
in/etc/locales.gen
locale-gen
as rootAfter that, I could build with
ninja
normally and everything worked as expected.Since one can't propose changes to the Wiki (https://github.com/snes9xgit/snes9x/wiki/Compiling), I'm requested the changes here.
Thank you!
The text was updated successfully, but these errors were encountered: