arma3-unix-launcher icon indicating copy to clipboard operation
arma3-unix-launcher copied to clipboard

todo: add Ubuntu 20.04 package

Open muttleyxd opened this issue 3 years ago • 1 comments

muttleyxd avatar Nov 27 '21 16:11 muttleyxd

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

linkion avatar Jul 02 '22 03:07 linkion