Games compilation howto on the Pinebook-pro (Manjaro Linux and Debian native)
VCMI - Heroes of Might and Magic III
VCMI is work-in-progress attempt to recreate engine for Heroes III, giving it new and extended possibilities.

This is a mini-guide for running VCMI (Open-source engine for Heroes of Might and Magic III)
on a PinebookPro Manjaro aarch64

As of writing this was done on the latest updated version
Linux pinebookpro 5.7.0-1-MANJARO-ARM  with mesa-git (Panfrost drivers)

Packages needed to be installed via pacman (  pacman -S *packagename* )

boost
sdl2_gfx sdl2_mixer sdl2_net sdl2_ttf sdl2_image
zlib
cmake
ffmpeg

// Create a working directory
// and cd to it

git clone --recursive https://github.com/vcmi/vcmi
cd vmci
mkdir build
cd build
cmake ..
make      (Please note here that this process takes very long on a single thread ! )
          (when I ran it with make -j3 the PinebookPro froze and I had to hard-reset it)
         
su
# make install

// Before running the game check the /etc/ld.so.conf.d and define a new file for local libraries

---> local.conf

/usr/local/lib
/usr/local/lib/vcmi

// Once done reload ldconfig as root

# ldconfig

// You can now install the data files as stated here https://wiki.vcmi.eu/Installation_on_Linux
// I have tested the GOG Windows executable which I have installed under Wine on x86_64 Linux
// And tarballed the C:\path\to\mm3  and copied it over to the PinebookPro

// Then I ran the vcmibuilder

/usr/local/bin/vcmibuilder --data /path/to/h3/data

// And finally the game launcher

/usr/local/bin/vcmilauncher
  Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinebook Pro Initial Impressions kunger 443 590,748 04-16-2024, 07:29 PM
Last Post: KC9UDX
  looking to buy one pinebook pro (mainland China) duanduan 3 2,318 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,643 12-17-2023, 09:29 PM
Last Post: insideau786

Forum Jump:


Users browsing this thread: 6 Guest(s)