Page 1 of 1

Linux RPI Build

Posted: Thu Apr 01, 2021 2:09 am
by YellowBull
current wiki: https://gimx.fr/wiki/index.php?title=RPi

Is the wiki up-to-date? Which linux distro is most stable for rpi3+ ? mouse and keyboard on xbox one

https://www.raspberrypi.org/software/operating-systems/

Example: Raspberry Pi OS Lite
Example: https://ubuntu.com/download/raspberry-pi
64-bit
Ubuntu 20.04.2

will the below commands work for a build without gui? please advise

apt update && upgrade
git clone https://github.com/matlo/GIMX.git
cd GIMX
make -j 4
make install

Re: Linux RPI Build

Posted: Fri Apr 02, 2021 1:35 pm
by Cybereu
Long time since i donĀ“t compile on Raspberry because there is a already pre-build binary at: Github: matlo /GIMX / releases gimx_8.0-1_armhf.deb

Your instructions should do the job, but you can follow a more detailed guide from here:
Development_on_Linux