dual purpose linux stuff
| etc | ||
| home/dick | ||
| usr | ||
| var/lib/AccountsService/icons | ||
| package.list | ||
| README.md | ||
dplinux
after installing mpd run
systemctl --user enable --now mpd.service
do not use sudo
this is for me - you should probably go by the original
git clone https://github.com/UZDoom/UZDoom.git
# prepare
mkdir -p UZDoom/build
cd UZDoom
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-G Ninja \
..
# build
cmake --build build
sudo cmake --install build
sudo cp $HOME/dplinux/usr/share/applications/UZDoom.desktop /usr/share/applications/
sudo cp $HOME/dplinux/usr/share/pixmaps/uzdoom.png /usr/share/pixmaps/