_____ _ ______ / __ \ (_) | _ \ | / \/_ __ _ ___ _ __ _ _ | | | |___ ___ _ __ ___ | | | '__| / __| '_ \| | | | | | | / _ \ / _ \| '_ ` _ \ | \__/\ | | \__ \ |_) | |_| | | |/ / (_) | (_) | | | | | | \____/_| |_|___/ .__/ \__, | |___/ \___/ \___/|_| |_| |_| | | __/ | |_| |___/ iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii ### Crispy Doom (doom,hexen,heretic,strife) on QNX 8.0 ### ### No special patches needed - sources build without any modifications ### ### Bins ### wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/CRISPY_DOOM/bin/crispy.tar.gz tar -zxvf crispy.tar.gz cd crispy.tar.gz LD_LIBRARY_PATH=./ SDL_VIDEODRIVER=qnx ./crispy-doom -iwad doom1.wad -nosound ### Dependencies ### - SDL2_mixer - libsamplerate ### Build from sources git clone https://github.com/fabiangreffrath/crispy-doom cd crispy-doom mkdir build cd build cmake .. make -j4 ### bins are then located in ### src/