Jump to content

Atarigmr's Photo

Atarigmr

Member Since 4 Dec 2007
OFFLINE Last Active Nov 17 2011 3:34 AM

Posts I've Made

In Topic: Atari800 2.2.0 released

Thu Apr 7, 2011 4:31 AM

View Postfrogstar_robot, on Wed Apr 6, 2011 10:12 AM, said:

I fixed the debian directory in the source to allow an SDL package to correctly build on recent Debian derivatives (eg Ubuntu). The curses and X11 versions are not built. The attachment replaces the changelog and rules file in the debian directory. Move the attachment into your unpacked atari800-2.2.0 source directory and do:

$unzip debian.zip

$ sudo aptitude install libx11-dev, libxext-dev libxt-dev x11proto-core-dev libsdl1.2-dev libncurses-dev zlib1g-dev libreadline5-dev

Be sure you are the atari800-2.2.0 directory (that is if you ls you should see the debian directory) and do

$ fakeroot dpkg-buildpackage -b

I also included 32 and 64-bit builds that I built against an Ubuntu Maverick system. YMMV on other Debian derivatives.

Thank you :)