Soviet5lo / SlashTHEM

Super Lotsa Added Stuff Hack - The Heavily Extended Mod: A variant of Slash'EM that adds a bunch of content.
30 stars 9 forks source link

compiling #36

Open drforbin opened 3 years ago

drforbin commented 3 years ago

Could you give me some detailed instructions of how to compile this with X11 support and without. I cannot seems to get it to compile either way..

Thnxs

Drforbin

Soviet5lo commented 3 years ago

What's your OS/Distro? The GNUMakefile should work on just about any Linux/BSD system. As for X11 its currently not supported.

drforbin commented 3 years ago

I'm using linux gentoo. I thought X11 was supported on slash'em

Soviet5lo commented 3 years ago

X11 is supported on slash'em but not here, mostly because of the lack of tiles for any of the new objects/monsters and because there's probably been multiple code changes that break things in the X11 version.

The only interface available at the moment is TTY, if I can get it working properly Curses support could be a thing, but again multiple code changes that I've done seem to break things (the DYWYPISI patch probably broke a few things in particular).

drforbin commented 3 years ago

Thanks for response. I still cannot get it to compile. Even in tty mode

Soviet5lo commented 3 years ago

Hmm. What error are you getting during the build?