openfodder icon indicating copy to clipboard operation
openfodder copied to clipboard

Build on Raspberry Pi

Open actraiser30 opened this issue 5 years ago • 2 comments

Hello, im tryinf to buid this on raspberry pi in raspbian but i get warning en errors and the compilation fails in the end with 16 errors

is there instructions to compile it? i cannot seem to find any

thank you

actraiser30 avatar Nov 16 '19 10:11 actraiser30

I have successfully compiled OpenFodder on Raspberry Pi 4B 8GB ram on Ubuntu Mate 22.04 ARM.

git clone https://github.com/OpenFodder/openfodder

cd openfodder

apt-get install clang libsdl2-mixer-dev

vi /home/username???/openfodder/Source/stdafx.hpp

just edit: #include </usr/include/SDL2/SDL_mixer.h>

make

kordoz avatar Oct 08 '23 00:10 kordoz

Thanks @kordoz

segrax avatar Oct 17 '23 20:10 segrax