Installing Zcash on a Rock64 Single board computer

Is it possible to install Zcash successfully on a Rock64 Single board computer? The Rock chip has an Aarch architecture. I am getting the following error messages:

sudo apt-get install \

build-essential pkg-config libc6-dev m4 g+±multilib
autoconf libtool ncurses-dev unzip git python
zlib1g-dev wget bsdmainutils automake
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘libncurses5-dev’ instead of 'ncurses-dev’
E: Unable to locate package g+±multilib
E: Couldn’t find any package by regex ‘g+±multilib’

So the g++ library is missing from this architecture. I also saw a comment on the git that only i386 architecture is supported. Can I even do it on this machine?
Thanks
Ilan