OpenBOR for ARM64 on Orange Pi 3B
-
Description:
I’ve developed a custom compilation of OpenBOR (Open Beats of Rage) tailored for ARM64 devices and tested on an Orange Pi 3B. This version integrates seamlessly with EmulationStation on RetroPie, providing an easy and optimized way to enjoy OpenBOR games.Highlights:
Fully compatible with ARM64 architecture. Optimized for the hardware and OS of the Orange Pi 3B (Rockchip RK3566 and Mali G52 GPU). Tested on Debian- and Ubuntu-based distributions, ensuring stability. Works directly from EmulationStation for a smooth gaming experience.
Quick Start:
Clone the repository:
git clone https://github.com/Renetrox/OpenBOR-Opi-3-linux-arm64
Install dependencies:
sudo apt update
sudo apt install -y libsdl2-dev build-essential gitCompile and run OpenBOR:
cd OpenBOR-Opi-3-linux-arm64 make ./OpenBOR
Repository:
OpenBOR for ARM64 GitHub RepositoryIf you’re looking to enhance your RetroPie setup on an ARM64 device, this is a great addition. Feedback and contributions are welcome!
-
Interesting, but the
compilebuild command doesn't work:make make: *** No targets specified and no makefile found. Stop.
Do I need to run
cmake
first ? -
@mitu make BUILD_LINUX_LE_arm64=1
-
@Renetrox said in OpenBOR for ARM64 on Orange Pi 3B:
@mitu make BUILD_LINUX_LE_arm64=1
I get the same error as before - there's no Makefile in the root folder of the project so just running
make
will not work.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.