Linux RPI Build

Need help? Ask here and someone will help
Post Reply
YellowBull
Posts: 8
Joined: Thu Jul 30, 2020 12:10 pm

Linux RPI Build

Post 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
Cybereu
Posts: 182
Joined: Sun Jul 10, 2011 1:10 pm

Re: Linux RPI Build

Post 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
Post Reply