[ImageJ-devel] trying to build imagej2 on ubuntu 11.10 64-bit
Melissa Linkert
melissa at glencoesoftware.com
Tue Mar 6 14:49:12 CST 2012
Hi David,
> I was trying to follow the instructions online about building Image2
> and ran the following on my machine:
>
> git clone git://github.com/imagej/imagej.git
> cd imagej
> mvn
> cd ui/imagej
Changing that last line to:
$ cd ui/app
and then
$ mvn exec:exec
worked for me. Near as I can tell, ui/imagej was moved to ui/app in
this commit from a few months ago:
http://code.imagej.net/trac/imagej/changeset/4230
Regards,
-Melissa
On Tue, Mar 06, 2012 at 02:05:16PM -0600, David Mashburn wrote:
> Hello!
>
> I am a long-time user of ImageJ and am excited about ImageJ2,
> especially the new multi-dimensional components and the
> accessibility as a library (which I currently get around through
> system calls and transferring data through file read/write).
>
> I was trying to follow the instructions online about building Image2
> and ran the following on my machine:
>
> git clone git://github.com/imagej/imagej.git
> cd imagej
> mvn
> cd ui/imagej
>
> At this point, I am told that the folder "ui/imagej" does not exist.
> Is there something I am doing wrong? I did not get and build errors
> and I poked around for other ways to try to launch, but with no
> luck.
>
> I know this is a work-in-progress, but I'm still curious to try it.
>
> Thanks!
> -David Mashburn
>
> _______________________________________________
> ImageJ-devel mailing list
> ImageJ-devel at imagej.net
> http://imagej.net/mailman/listinfo/imagej-devel
More information about the ImageJ-devel
mailing list