bradharding / doomretro

The classic, refined DOOM source port. For Windows PC.
https://www.doomretro.com
GNU General Public License v3.0
698 stars 88 forks source link

How to compile this for Linux #802

Closed TemaisgameNoobas closed 1 year ago

TemaisgameNoobas commented 1 year ago

Hello everyone. I would like to know how to compile this port for Linux.

TemaisgameNoobas commented 1 year ago

Guys, sorry for bothering you. I finally compiled it.

TemaisgameNoobas commented 1 year ago

oh, in case someone wonders how to compile this:


mkdir build
cd build
cmake ..
make