Compiling Bisq from source

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?

Which openJDK version do you use ?
OpenJDK10 is mandatory.
See https://github.com/bisq-network/bisq/blob/master/docs/build.md

Not sure if these instructions are any help?

What OS is your odroid running?

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 :slight_smile: I will try out that next.