[micro-manager-general] Linux installation
Status: Beta
Brought to you by:
nicost
|
From: Jörg H. <joe...@un...> - 2009-07-06 11:08:08
|
We would like to install micromanager on Linux (ubuntu) and need help: -We have ImageJ in /usr/local/ImageJ Which of the two debian files (micromanager_1.3.37cvs.deb or micromanager-ij_1.3.37cvs.deb or both) do you need and what exactly do you do with them. We also tried to build from source, with ImageJ in /usr/local. With the debian build_instructions, we got nowhere. Based on the error messages, we figured out that Beanshell and swingx are needed. After copying them to the plugins folder, the make stage seemed to be successful (by the way, with swingx-1.0 it didn't work. It only worked with the version copied from classext/). But after make, make install gave the following error: make[1]: Entering directory `/home/tetrao/src/micromanager1.3/MMCoreJ_wrap' cp .libs/libMMCoreJ_wrap.so /usr/lib/micro-manager/libMMCoreJ_wrap.so cp: cannot create regular file `/usr/lib/micro-manager/libMMCoreJ_wrap.so': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/tetrao/src/micromanager1.3/MMCoreJ_wrap' make: *** [install-recursive] Error 1 Is ACE required? If yes, installation also didn't work: tetrao@tetrao:~/src/ACE_wrappers$ ./configure --enable-static bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory Help (step by step!) would be greatly appreciated! Thanks, Jörg |