Files
MarkdownNotes/howto - zandronum install.md
chawley 65c434952a Catagorized Notes
Renamed notes to fit categories and be easier to find later: blog, config, howto
2023-04-28 10:31:11 -04:00

29 lines
1.2 KiB
Markdown

# Zandronum
## Summary
Zandronum brings classic Doom into the 21st century, maintaining the essence of what has made Doom great for so many years and, at the same time, adding new features to modernize it, creating a fresh, fun new experience.
## Install
```bash
wget -O - http://debian.drdteam.org/drdteam.gpg | sudo apt-key add -
sudo add-apt-repository 'deb http://debian.drdteam.org/ stable multiverse'
sudo apt update
sudo apt install zandronum doomseeker-zandronum libcanberra-gtk-module
zandronum
vim ~/.config/zandronum/zandronum.ini
```
## No Sound Fix
[Zandronum 3.0.1 core dumps on Arch Linux - Zandronum](https://zandronum.com/forum/viewtopic.php?t=9885)
> [Re: Zandronum 3.0.1 core dumps on Arch Linux](https://zandronum.com/forum/viewtopic.php?t=9885#p115551) Sun Mar 22, 2020 10:38 pm Temporary workaround is to start with -nosound, go to sound options, and change your output type to SDL. Then restart normally.
> It's a bug in FMOD that seems to happen with newer versions of distros. It's fixed by using a newer FMOD Ex, but the above is a good workaround in the meantime.
## Links
- [Welcome to Zandronum](https://zandronum.com/)
- [Install Zandronum on Ubuntu](https://wiki.zandronum.com/Install_Zandronum_on_Ubuntu)