Quote:
# Makefile by kaw
# Requires PDCSDL, set PDCSDLDIR to point to a compiled version.
PDCSVER=3.4
PDCSDLDIR = ./PDCurses-$(PDCSVER)
PACKAGENAME = asciiportal-linux64
WINDOWSZIP = asciiportal.zip
|
and that folder is not there...
possibly referring to
http://sourceforge.net/projects/pdcurses/files/
Quote:
bas89
January 17th, 2010 - 8:06 am
How do I get that sdl1/pdcsdl.h ? I searched for it using “yum provides” but I can’t find a package which provides it. libsdl-dev and libsdl-mixer-dev is installed.
Joe
January 17th, 2010 - 10:16 am
It’s in PDCurses. Download http://pdcurses.sourceforge.net/ and you have to compile the sdl1 directory yourself.
|
well there you go.