shadlyd15 / DoomLinux

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

Seems to want SDL... #9

Closed gary9872 closed 1 year ago

gary9872 commented 1 year ago

Script fails because SDL is not found.

I assume changes where made in fbDOOM code since your last commit? Or do I need to install sdl? But that starts breaking everything if I would need to do so.

cheers,

gary

shadlyd15 commented 1 year ago

Hello @gary9872 . I removed the the part where you need SDL. So ideally it should not ask for SDL in the latest script. Can you please share the output what you are getting? It will help me to figure out what is going wrong.

gary9872 commented 1 year ago

I assumed I should be using the 1.0 release script. I assume you are talking about the latest commit. To that end I have tried the latest commit instead.

The SDL issue is gone. I can see sed applied changes properly to the fbDoom Makefile.

However now there are other issues arising, but this issue is solved.