### DevilutionX QNX 8.0 ### ### bin wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/DEVILUITIONX/bin/diablo.tar.gz tar -zxvf diablo.tar.gz cd diablo ### Copy the mpq datafiles here [root@qnxpi /data/games/diablo]# ls -la total 1360294 drwxr-xr-x 4 root root 4096 2026-05-03 19:54 . drwxr-xr-x 16 root root 4096 2026-05-03 19:54 .. drwxr-xr-x 12 root root 4096 2026-05-03 10:13 assets -rwxr-xr-x 1 root root 3669456 2026-05-03 10:15 devilutionx -rw-r--r-- 1 root root 517501242 2026-05-03 10:15 diabdat.mpq -rwxr-xr-x 1 root root 65502336 2026-05-03 11:15 hellfire.mpq -rwxr-xr-x 1 root root 37658368 2026-05-03 11:15 hfmonk.mpq -rwxr-xr-x 1 root root 34379360 2026-05-03 11:15 hfmusic.mpq -rwxr-xr-x 1 root root 37743520 2026-05-03 11:15 hfvoice.mpq drwxr-xr-x 3 root root 4096 2026-05-03 10:13 mods -rwxr-xr-x 1 root root 56 2026-05-03 19:53 run-diablo.sh -rwxr-xr-x 1 root root 57 2026-05-03 19:53 run-hellfire.sh [root@qnxpi /data/games/diablo]# ### Run the game SDL_VIDEODRIVER=qnx ./devilutionx --verbose --diablo SDL_VIDEODRIVER=qnx ./devilutionx --verbose --hellfire ### Sources compile without network support for now git clone https://github.com/diasurgical/devilutionX cd devilutionX mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DNONET=ON -DBUILD_TESTING=OFF ..