Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) (/showthread.php?tid=8665) |
RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - brzegorz - 12-05-2020 Are you sure you're on Debian bullseye? Libfaudio0 is available in bullseye and sid. For buster you need buster-backports: https://packages.debian.org/search?keywords=libfaudio0&searchon=names&suite=all§ion=all&sourceid=mozilla-search It's possible you need to install wget: sudo apt install wget RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - PixelPaintbrush - 12-08-2020 Hey guys I got zandronum going on Debian for PBP Code: Building Zandronum 3.1 RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - mfashby - 12-10-2020 (05-08-2020, 02:13 AM)icecream95 Wrote:(04-24-2020, 04:55 AM)Idaho Wrote:(04-24-2020, 03:24 AM)astr0baby Wrote:(04-24-2020, 01:48 AM)Idaho Wrote:Yes, but it runs in a small window really ... not very usable on the 1920x1080 display(04-23-2020, 04:33 PM)astr0baby Wrote: It works just fine, you need to install SDL_net or SDL2_net packages to get the libnet.so.7 library on manjaro Bit of a late reply, but I managed to get RVGL working great on my pinebook pro: * Running manjaro-arm with sway window manager * follow the instructions here for downloading the game using the python script https://re-volt.gitlab.io/rvgl-docs/os-specifics.html#gnulinux * This downloads the game content, but the binaries are the wrong CPU arch * Download the *.deb packages provided by meveric for running on odroid https://oph.mdrjr.net/meveric/pool/main/r/rvgl-data-odroid/rvgl-data-odroid_19.1230a-1_all.deb https://oph.mdrjr.net/meveric/pool/main/r/rvgl-odroid/rvgl-odroid_19.1230a-1+deb10_arm64.deb * install debtap from Arch User Repository * run debtap to convert the .debs to arch packages * run pamac install <package-name.tar.zst> to install the newly created arch packages. * run rvgl_start to play! It runs well. RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - Idaho - 12-11-2020 (12-10-2020, 05:16 PM)mfashby Wrote:(05-08-2020, 02:13 AM)icecream95 Wrote:(04-24-2020, 04:55 AM)Idaho Wrote:(04-24-2020, 03:24 AM)astr0baby Wrote:(04-24-2020, 01:48 AM)Idaho Wrote: Weird, I have both of them installed and I still get the error Did you manage to run the game?Yes, but it runs in a small window really ... not very usable on the 1920x1080 display Oh man this is great, I had lost hope, I did not know there was a package converter for .deb packages, works well enough it seems, thanks, Re-Volt is such a great game and also one of my childhood RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - Idaho - 12-14-2020 So... I've been tinkering to convert hedgewars and the necessary packages to install and run it on manjaro, but I'm stuck with the qt5-style-plguins package, however I try to convert it and whichever version I try to convert it seems that first of all it doesn't ouput the correct package name for the dependecy requirements to be satisfied, I tried editing the pkginfo file to make it work but it then it seems to fail to meet it's own package requirements... I think something's fishy here, either with debtap or with the qt5-plugins-style package itself, all the other required packages seem to work okay, only this one is a block for the install to be able to keep going... Here is what I get with an unedited pkginfo file: Code: $ pamac install hedgewars-1.0.0-1-aarch64.pkg.tar.zst hedgewars-data-1.0.0-1-any.pkg.tar.zst fonts-dejavu-core-2.37-1-any.pkg.tar.zst fonts-wqy-zenhei-0.9.45-1-any.pkg.tar.zst libqt5core5a-5.15.1-1-aarch64.pkg.tar.zst qt5-style-plugins-git-23.g335dbec-1-aarch64.pkg.tar.zst And here is what I get with an edited one... Code: $ pamac install hedgewars-1.0.0-1-aarch64.pkg.tar.zst hedgewars-data-1.0.0-1-any.pkg.tar.zst fonts-dejavu-core-2.37-1-any.pkg.tar.zst fonts-wqy-zenhei-0.9.45-1-any.pkg.tar.zst libqt5core5a-5.15.1-1-aarch64.pkg.tar.zst qt5-style-plugins-23.g335dbec-1-aarch64.pkg.tar.zst So yeah this what I' stuck with, do you guys have any idea where I should look at I know this isn't exactly compiling a game but we're here to make them work anyways... RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - Idaho - 12-15-2020 Ok, screw converting packages, i made progress on building the game on manjaro as I found out installing free pascal compiler is really easy but now I'm getting this error during compilation: Code: $ sudo make install The compilation script seems to be looking for a file that isn't synched by the git repo... or that's what i understand of it at least... If you guys have any ideas it'd be helpful... Edit: It seems the git version is just scrwed up, the compilation process goes further than this when I use the version from the mercurial repo but I still get a crash Code: uWorld.pas(2282) Error: Error while assembling exitcode 1 Edit: had a talk with the guys over the hedgewars irc and it might be a compiler issue, I'll try again later with an older version of fpc... RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - bifo - 02-22-2021 (12-10-2020, 05:16 PM)mfashby Wrote:This is fantastic, thank you so much.(05-08-2020, 02:13 AM)icecream95 Wrote:(04-24-2020, 04:55 AM)Idaho Wrote:(04-24-2020, 03:24 AM)astr0baby Wrote:(04-24-2020, 01:48 AM)Idaho Wrote: Weird, I have both of them installed and I still get the error Did you manage to run the game?Yes, but it runs in a small window really ... not very usable on the 1920x1080 display On a different note, I've been fighting with getting openmw running on my manjaro install on and off for a while now. I finally seemed to be making progress tonight with a pkgsrc install but for some reason I get this: ==> Installing binary package of icu-68.2 pkg_add: A different version of icu-68.2 is already installed: icu-67.1 pkg_add: 1 package addition failed *** Error code 1 The only version of icu I have installed is icu-68.2-1, as far as I can tell? Could it exist somewhere else in the pkgsrc ecosystem instead of referring to the actual version installed within manjaro? RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - SpaceLord - 03-03-2021 Duke32 and NBlood are running great! just need to tweak the in game settings a little and boom! Your saving babes from alien scum! Thank you kindly astr0baby <3 Lotsa duke love your way RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - ImmyChan - 06-20-2021 Has anyone had any luck getting Celeste to run? Apparently some people got it working on the Raspberry Pi RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - rimaille - 07-05-2021 I did not see this info here : box64 is out, you can find it here : https://github.com/ptitSeb/box64/ I did get FTL advanced edition, gog version, running nice and fast. Actually i try to run hollow knight but without success, something to do with libmono.so |