tieck
April 15, 2019, 7:01pm
1
Recently I tried to install Bisq on my single board computer Odroid-HC2. When compiling Bisq from source I get the following error:
protoc-3.5.1-linux-arm_32.exe missing https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.5.1/
Building Protobuf from source did not produce the above mentioned artifact and the installable program of the Protobuf did not nearly have the size of the equivalent program of x86-64 platform.
Does anyone have an idea how I could workaround the Protobuf issue?
Homard
April 15, 2019, 7:41pm
2
Which openJDK version do you use ?
OpenJDK10 is mandatory.
See https://github.com/bisq-network/bisq/blob/master/docs/build.md
devin
April 16, 2019, 7:18am
3
Not sure if these instructions are any help?
What OS is your odroid running?
tieck
April 16, 2019, 6:14pm
5
Many thanks for all your answers.
The versions are as follows:
$ java -version
openjdk version "11.0.1" 2018-10-16
OpenJDK Runtime Environment (build 11.0.1+13-Ubuntu-3ubuntu118.04ppa1)
OpenJDK Server VM (build 11.0.1+13-Ubuntu-3ubuntu118.04ppa1, mixed mode)
$ uname -a
Linux odroid 4.14.107-157... armv7l armv7l armv7l GNU/Linux
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
@devin Thanks for the link I will try out that next.