Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
2.01k stars 205 forks source link

Add assaultcube game #897

Open YOXICHU opened 3 years ago

YOXICHU commented 3 years ago

Can this app run on RPi? If so, please provide a link to a tutorial if applicable.

Can you add assaultcube game because when i had ubuntu desktop on my rpi i can install it but i I did not succeed

to install it on raspbian.

Link of the web site ---> https://assault.cubers.net/download.html

NoozAbooz commented 3 years ago

Did you try running the linux version with box86?

YOXICHU commented 3 years ago

Yes but it's not working . The terminal say try to launch natively instead , error of segmentation. terminal

NoozAbooz commented 3 years ago

Yes but it's not working . The terminal say try to launch natively instead , error of segmentation. terminal

Do not use sudo

YOXICHU commented 3 years ago

ter;inql82 png

YOXICHU commented 3 years ago

ter;inql82 png

NoozAbooz commented 3 years ago

What if you just try ./assultcube.sh

YOXICHU commented 3 years ago

terminal2

NoozAbooz commented 3 years ago

sudo apt-get install cmake make libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl4 clang && cd source/src/ && make install

YOXICHU commented 3 years ago

I am doing the make install

YOXICHU commented 3 years ago

terminal3

Itai-Nelken commented 3 years ago

sudo apt install libsdlimage-dev (not sure about the package name)

YOXICHU commented 3 years ago

it's work i do sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev

and restart

sudo apt-get install cmake make libsdl1.2debian libsdl-image1.2 zlib1g libogg0 libvorbis0a libopenal1 libcurl4 clang && cd source/src/ && make install

YOXICHU commented 3 years ago

but when i want to start a game it's say that start

symbios24 commented 3 years ago

Your build instructions are wrong, i had make the game work flawless