Re: [Atari800-users] Building Atari800
Brought to you by:
joy
From: Miro K. <mir...@gm...> - 2020-08-28 06:27:05
|
Hi Chris, On Fri, 28 Aug 2020 at 02:31, Chris Chiesa <chr...@gm...> wrote: > 1) On Windows, I want to build the SDL version for maximum > features/functionality. The build instructions say to extract a file from > the SDL 1.2 source code, and give the URL for libsdl.org. When I go > there, though, only SDL 2.0 appears to be available. Where would I get 1.2 > source code, in this day and age? Or would 2.0 work too? I'm on 32-bit XP > Pro SP3, at the moment, if that matters. > It seems that they indeed removed SDL 1.2 reference from their web. However the (still updated) development branch is still available. Just clone the repository: hg clone http://hg.libsdl.org/SDL and switch into "SDL-1.2" branch with command: hg update SDL-1.2 However, as you might have guessed by now, you need to build it by yourself. On Linux it is easier, all distros offer SDL 1.2 packages so there isn't this issue. Atari800 hasn't been ported to SDL2 yet. :-( -- http://mikro.atari.org |