1
0
Fork 0
mirror of https://github.com/fabiangreffrath/crispy-doom synced 2025-12-06 23:15:25 -05:00
1 Building on Linux
GitHub Action edited this page 2023-04-21 12:47:03 +00:00

Compilation on Debian systems (Debian 10 "buster" or later) should be as simple as

 sudo apt install build-essential automake git
 sudo apt build-dep crispy-doom

to install the prerequisites and then

 cd crispy-doom
 autoreconf -fiv
 ./configure
 make

After successful compilation the resulting binaries can be found in the src/ directory.