0ut0fcontrol / sharing

sharing files.
MIT License
0 stars 0 forks source link

CentOS 8 install OpenRA2 #1

Open 0ut0fcontrol opened 4 years ago

0ut0fcontrol commented 4 years ago

from https://github.com/OpenRA/ra2/wiki

# install mono for CentOS 
rpmkeys --import "http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
su -c 'curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo'

# install other deps for CentOS
sudo yum install "pkgconfig(mono)" SDL2 freetype "lua = 5.1" openal-soft xdg-utils zenity

# install python for "python: command not found..." in CentOS
conda create -n ra2 python -y
conda activate ra2

git clone git@github.com:OpenRA/ra2.git
cd ra2
make
bash launch-game.sh