This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.
Developing ImageJ on the command line
This article explains how to install and configure command line tools for use with ImageJ development.
Contents
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
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