WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

Compile releases on older OS? #215

Open burner1024 opened 2 years ago

burner1024 commented 2 years ago

./weidu: /lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.29' not found (required by ./weidu)` v249 doesn't run on Ubuntu 18.04, which has over a year to EOL. Compiling is not a big issue, but I think it'd better to lower OS requirements still.

FredrikLindgren commented 2 years ago

Yeah, I've been meaning to, but it's work so I guess I've been putting it off until someone complained.

FredrikLindgren commented 9 months ago

Current CentOS Stream has GNU libc v2.34, which is older than my semi-current Fedora desktop (GNU libc v2.37). Is that old enough or should I keep looking?

burner1024 commented 9 months ago

Well, U18.04 is EOL now, and 20.04 has libc 2.31, should be available in github actions still. My case is 22.04 now, which has 2.35.

FredrikLindgren commented 9 months ago

CentOS Stream 8 is the oldest I can find, with v2.28. Debian oldstable is also on v2.31.

burner1024 commented 9 months ago

Anything 2.35 and below is fine for me, can't speak for other people =).