shadlyd15 / DoomLinux

A bash script to build a minimal linux operating system just to play Doom.
MIT License
402 stars 24 forks source link

Unnecessary SDL Dependencies #3

Closed rnsi closed 2 years ago

rnsi commented 2 years ago

On a fresh install of Debian 10, without desktop, I had to install unzip, rsync, libsdl1 and libsdl2.

The last two can probably be reduced, but I didn't test.

shadlyd15 commented 2 years ago

@rnsi unzip rsync mtools added as build dependency. libsdl dependency removed from fbDoom.

rnsi commented 2 years ago

Still need libsdl:

[Linking fbdoom] /usr/bin/ld: cannot find -lSDL collect2: error: ld returned 1 exit status make: *** [Makefile:49: fbdoom] Error 1

Also, there's a prompt that pauses the config:

*

shadlyd15 commented 2 years ago

@rnsi Both the issues should be gone now.

rnsi commented 2 years ago

I can confirm both issues appear to be resolved.

Good job.