Re: [micro-manager-general] Linux installation
Status: Beta
Brought to you by:
nicost
|
From: Nico S. <ni...@cm...> - 2009-07-06 16:23:29
|
>>> 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 Try: mkdir /usr/llib/micro-manager and if that fails: sudo mkdir /usr/lib/micro-manager make install most likely needs to be executed as root on your system. Not that I know much about linux package management, but I though that Johan's packages made it easier to install Micro-Manager on Ubuntu and other Debian based system. Johan, do you mind answering Joerg's initial question: > 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. Best, Nico |