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 Pro Initial Impressions kunger 443 590,692 04-16-2024, 07:29 PM
Last Post: KC9UDX
  looking to buy one pinebook pro (mainland China) duanduan 3 2,317 03-21-2024, 07:44 PM
Last Post: wangyukunshan
  Cellular module for Pinebook Pro Lotech 1 406 03-05-2024, 05:40 AM
Last Post: KC9UDX
  Screen on pinebook stays black but can ssh into machine tuxxpine 0 309 02-23-2024, 04:22 PM
Last Post: tuxxpine
  Sale my ANSI PineBook Pro cuthbertdavies 0 295 02-14-2024, 09:12 PM
Last Post: cuthbertdavies
  Compiling with -j6 on the Pinebook Pro (Overheat) KC9UDX 0 231 02-14-2024, 09:01 AM
Last Post: KC9UDX
  Manjaro versions bad and good gilwood 0 258 02-12-2024, 05:03 PM
Last Post: gilwood
  Pinebook Pro in EU for Sale - €90 jan_vdk 2 682 02-07-2024, 02:12 AM
Last Post: 23Ro
  Pinebook Pro for sale tomekdev 2 762 02-01-2024, 11:35 AM
Last Post: tomekdev
  Video Editing Is Possible On The PineBook Pro! ImmyChan 10 7,632 12-17-2023, 09:29 PM
Last Post: insideau786

Forum Jump:


Users browsing this thread: 8 Guest(s)