![]() |
openarena build script - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Tutorials (https://forum.pine64.org/forumdisplay.php?fid=117) +--- Thread: openarena build script (/showthread.php?tid=8954) |
openarena build script - xmixahlx - 01-28-2020 greetings, here is a simple build script for openarena that can be used on debian based systems. tested on debian sid arm64. i recommend using mesa-git for the latest panfrost graphics. see that other thread for details. you can also append openarena commands to the run script, or use to make your own launch script. i've included my own below. happy fragging. Code: #! /bin/sh my run script. (light used to save and change brightness and kill waybar, which is in the way on sway, then set lightness back to previous and relaunch waybar.) Code: #!/bin/sh RE: build script for openarena - e-minguez - 01-29-2020 Is there any reason behind compiling the game instead using the package provided by debian? Thanks! RE: build script for openarena - xmixahlx - 01-29-2020 i have tried both. unknown if any benefits exist, but there are some differences, and git commits since last Debian packaging. RE: openarena build script - GloriousCoffee - 03-20-2020 If anyone would like to provide the same for Manjaro, it would be greatly appreciated. I find openarena in Arch's AUR, but its not for Arm64 so I have no idea how to get this thing rolling on Manjaro. RE: openarena build script - xmixahlx - 03-20-2020 you should be able to comment out the apt line, resolve those dependencies for any distro manually. and run the script as is. |