Skip to content

Prboom (doom clone)

ac-minetest edited this page Dec 8, 2019 · 1 revision

PrBoom Plus (free doom clone)

1.INSTALL DEPENDENCIES: apt-get install libsdl1.2-dev libsdl-net1.2-dev libsdl-image1.2-dev \ libpng12-dev libpcre3-dev libsdl-mixer1.2-dev libfluidsynth-dev \ libportmidi-dev libmad0-dev libdumb1-dev libvorbis-dev

2.DOWNLOAD SOURCES: https://downloads.sourceforge.net/project/prboom-plus/prboom-plus/2.5.1.4/prboom-plus-2.5.1.4.tar.gz extract and go into prboom-plus-2.5.1.4 folder

3.CREATE MAKEFILE: ./configure 4.COMPILE: make note: binaries are created inside /src: prboom-plus and

5.INSTALL: sudo make install-strip