[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcaca] Re: Setting up libcaca



On Fri, Dec 05, 2003, Cruncher wrote:

> The libcaca page says the following, but I don't really understand it:
> This simple patch was quickly hacked from the AAlib video driver. Apply it to the libSDL sources and configuree libSDL with --enable-video-caca. Then use the SDL_VIDEODRIVER environment variable to run your SDL programs with libcaca output, for instance Frozen Bubble: 

   You need to apply the patch to the SDL sources and build a package
from these sources. Download the sources:

    apt-get source libsdl1.2

Then cd to the created directory and apply the patch:

    cd libsdl1.2-1.2.6/
    patch -p1 < /path/to/patch-libsdl1.2-libcaca0.1.diff

Then build the package:

    dpkg-buildpackage -rfakeroot -us -uc

You will probably need to install dpkg-dev, fakeroot, and a few other
packages in the SDL build-dependencies (see debian/control in the SDL
source tree).

   When I have time I will build packages for woody and sid.

-- 
Sam.
-- 
This is the libcaca mailing-list, see http://sam.zoy.org/projects/libcaca/
Trouble unsubscribing? Please contact <sam@zoy.org>