1
Article Discussions / Re: Games with older SDL and FSLIB
« on: Today at 05:49:17 am »Ok, if I knew more German, the comment might have clued me in
I too am working on a project where all the comments are in German, so I added this to my Favorites:
https://translate.google.com/?sl=de&tl=en&op=translate
That helped, along with using qe to load the files as codepage 1208.
Problem is that configure no longer allows relative paths for PREFIX etc.
Simple fix was to build with
Code: [Select]
make pkgdatadir=./data
and manually package it.Seems to work here.