Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native)
OK got openage to build and run on the latest Manjaro (5.7.0-1-MANJARO-ARM) Pinebookpro !
Here are the steps taken (please excuse if I have missed any package from pacman install list - let me know if it works for you)

installed packages on Manjaro via pacman -S *packagename*

cmake
cython
python-numpy
python-pillow
python-pygments
eigen
doxygen
graphviz
qtcreator

//Create a working directory to hold the sources
// and work from there

// First we need to build Nyan

// clone Nyan
git clone https://github.com/SFTtech/nyan
cd nyan
mkdir build
cmake ..
make -j3
su
# make install
exit

// clone openage
git clone https://github.com/SFTtech/openage
cd openage
mkdir build
cmake ..
make -j3
su
# make install

// Install Age of Empires 2 (HD version works ) via Wine on x86_64 linux
// copy over the whole aoe2 directory to the Pinebook
// I install it usually as c:\aoe2 and then I just tar the .wine/drive_c/aoe2
// and scp to the pinebook

// Launch openage from the openage/build directory
./run

// Point the setup to the aoe2 datadir
  Reply


Messages In This Thread
RE: Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native) - by astr0baby - 06-17-2020, 04:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Updated Pinebook Pro? tantamount 1 77 9 hours ago
Last Post: tllim
Thumbs Up Finally got Kali working on my Pinebook Pro! qingss0 0 539 04-04-2026, 08:00 AM
Last Post: qingss0
  dead Pinebook - help please RicTor 3 1,300 03-26-2026, 04:22 PM
Last Post: williamcorlin
  Pinebook problem meghancordo 2 4,964 03-18-2026, 08:58 AM
Last Post: RicTor
  Pinebook Pro in EU for Sale - €90 jan_vdk 5 8,307 02-09-2026, 12:50 AM
Last Post: Anthona
  Pinebook Pro for sale rfm83 0 816 11-08-2025, 09:22 AM
Last Post: rfm83
  Pinebook pro bricked? michaelmoua 3 5,492 10-23-2025, 10:06 AM
Last Post: jceaser
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 1 7,409 08-02-2025, 08:55 PM
Last Post: KC9UDX
Question Printing and scanning documents with pinebook? Www 0 4,101 06-28-2025, 01:25 AM
Last Post: Www
  Use SD to install new OS over pinebook debian Rudy558 10 26,186 03-09-2025, 11:17 AM
Last Post: davisthomas

Forum Jump:


Users browsing this thread: 4 Guest(s)