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
  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,187 03-09-2025, 11:17 AM
Last Post: davisthomas

Forum Jump:


Users browsing this thread: 3 Guest(s)