You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I copied the command from the README.md file to install the required pacakges: sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev libxext6:i386 zlib1g-dev spdlog-dev
it ends with spdlog-dev, a package that doesn't exist on Debian or Ubuntu.
Also, there is no way to correctly report this bug. There should be an issue template for stuff like this.
The text was updated successfully, but these errors were encountered:
Description
So, I copied the command from the README.md file to install the required pacakges:
sudo apt install -y --no-install-recommends ninja-build cmake g++ libsdl1.2-dev libsdl-image1.2-dev libncurses-dev libxext6:i386 zlib1g-dev spdlog-dev
it ends with
spdlog-dev
, a package that doesn't exist on Debian or Ubuntu.Also, there is no way to correctly report this bug. There should be an issue template for stuff like this.
The text was updated successfully, but these errors were encountered: