Jump to content

armbian-gaming beta


Recommended Posts

Hi all.

I'm working on a script that can install different Linux gaming tools like Box86, Box64, PPSSPP, ...

For now it can only install box86 and box64. There is also an issue installing wine, so this doesn't work either.

 

https://github.com/NicoD-SBC/armbian-gaming

 

Download and unzip and run script :

sudo /bin/bash ./armbian-gaming.sh

When ready I'll make a video about it and give more info.

 

I've tested it on the PineBookPro with Hirsute.

With the Odroid N2+ you need to activate panfrost, install dependecies for N2+, and then install box86. Tho it didn't work as it should.

If "install box86" gives a build error, try the dependencies for N2+ and try "install box86" again.

 

Please let me know your experiences on other systems.

 

Link to comment
Share on other sites

I added a function to build PPSSPP.
Should work on all Armbian versions with GPU drivers.
https://github.com/NicoD-SBC/armbian-gaming
 

These are the build steps used in the script to build PPSSPP for Ubuntu / Debian Linux.
 

	git clone --recurse-submodules https://github.com/hrydgard/ppsspp.git
	cd ppsspp
	git pull --rebase https://github.com/hrydgard/ppsspp.git
	git submodule update --init --recursive
	sudo apt -y install build-essential cmake libgl1-mesa-dev libsdl2-dev libvulkan-dev
	/bin/bash ./b.sh
	cd build
	make
	sudo make install

Run it with "PPSSPPSDL" (case sensitive)

Link to comment
Share on other sites

  • Igor pinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines