This article explains how to install and configure command line tools for use with ImageJ development.
Install and configure command line tools
Download the source
git clone git://github.com/imagej/imagej
See the Source Code page for further details.
Build the source
cd imagej
mvn
Launch the program
mvn -Pexec
Launching alternative user interfaces
|
Alternative UIs are experimental and still at “proof of concept” stage. The |
mvn -Dscijava.ui=swing -Pexec
mvn -Dscijava.ui=swing-mdi -Pexec
mvn -Dscijava.ui=awt -Pexec
See also
- Dotfiles if you want to twink out your shell