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
  Pinebook problem meghancordo 2 4,614 03-18-2026, 08:58 AM
Last Post: RicTor
  dead Pinebook - help please RicTor 2 610 03-12-2026, 04:49 AM
Last Post: RicTor
  Pinebook Pro in EU for Sale - €90 jan_vdk 5 7,851 02-09-2026, 12:50 AM
Last Post: Anthona
  Pinebook Pro for sale rfm83 0 641 11-08-2025, 09:22 AM
Last Post: rfm83
  Pinebook pro bricked? michaelmoua 3 5,228 10-23-2025, 10:06 AM
Last Post: jceaser
Question Full desktop Surfing and Absolute Privacy on the pinebook? Www 1 7,202 08-02-2025, 08:55 PM
Last Post: KC9UDX
Question Printing and scanning documents with pinebook? Www 0 3,952 06-28-2025, 01:25 AM
Last Post: Www
  Use SD to install new OS over pinebook debian Rudy558 10 25,492 03-09-2025, 11:17 AM
Last Post: davisthomas
  Problem: Wi-Fi Connectivity Issues on Pinebook Pro markwood00 1 5,029 02-05-2025, 03:56 AM
Last Post: waylonwesley
  Pinebook Next !spekulation! Surehand53 2 6,138 01-23-2025, 11:49 AM
Last Post: Surehand53

Forum Jump:


Users browsing this thread: 1 Guest(s)