muttleyxd / arma3-unix-launcher

Launcher for Linux and Mac ArmA 3
MIT License
208 stars 43 forks source link

todo: add Ubuntu 20.04 package #178

Open muttleyxd opened 2 years ago

linkion commented 2 years ago

For anyone who stumbles upon this after realizing that there are no binaries for ubuntu 21.0.4 or me Pop!_OS 22.04.

You must build from the source.

Though you may also find out the qt5-default is not on ubuntu 21.0.4 yet... great. We can at least manually download what would be in default anyway

sudo apt-get install cmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5widgets5 libqt5svg5 libqt5svg5-dev libfmt-dev libspdlog-dev

then we follow the build steps

git clone https://github.com/muttleyxd/arma3-unix-launcher.git cd arma3-unix-launcher mkdir build cd build cmake .. make

Launch with

./src/arma3-unix-launcher/arma3-unix-launcher

enjoy

this worked for me on July 1, 2022