How to build ImageJ from source code for Linux system (ARM Architecture)Hurry! Hurry! Hurry!
First, I downloaded ImageJ-1.53j, then decompressed it into the top-level directory, finally typed the command: ant, and then the system began to build. The results are as follows:
I can't find the binary file of ImageJ, because I need to use simpleitk to call Fiji to test whether simpleitk is successfully installed. Because I'm an arm based machine, I can't directly download the precompiled binary package. Please help me.
Can I build binary packages from the source code? If so, what should I do
This is the command I execute: ant, the source code directory after that, there is an ij.jar file more than before. I know that I can use jar -jar ij.jar to start ImageJ, but I need to build the binary file of ImageJ,otherwise simpleitk cannot find ImageJ
