imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
513 stars 218 forks source link

How to build ImageJ from source code for Linux system (ARM Architecture)Hurry! Hurry! Hurry! #168

Open codeseedling opened 1 year ago

codeseedling commented 1 year ago

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: image 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. image Can I build binary packages from the source code? If so, what should I do

codeseedling commented 1 year ago

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 image