Possibility to compile version from current dev status? #576
-
Dear Lennart, is it possible to built a package (version, eventually as deb-file) from the current github source for test reasons? JD. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
You can check out the repository and run
Not sure what you mean with that. :) |
Beta Was this translation helpful? Give feedback.
-
Thanks Lennart, if I try to build the package on a Raspi3, it comes to a build error:
There seems to be no 32bit version of protoc for the ARM-architecture of the Raspi. I will try to compile it on myself and report further. |
Beta Was this translation helpful? Give feedback.
-
Hi Lennart, thanks for replying. So how do you build the Raspi-Deb in the Downloads-area ? JD. Edit: On Ubuntu the current source build ends with
|
Beta Was this translation helpful? Give feedback.
-
Hi Lennart, thanks for the hints. JD. |
Beta Was this translation helpful? Give feedback.
You can check out the repository and run
mvn package
. This will generate a build.jar
and.deb
intarget/
and works on Linux as well as Windows systems.Not sure what you mean with that. :)