Skip to content

Commit 09ce843

Browse files
committed
use install.sh to install deps and MAARS to either Fiji or Micro-Manager
Former-commit-id: 262fbad
1 parent 1cbe388 commit 09ce843

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ ENV/
129129

130130
.idea/
131131
.idea/libraries/
132-
*Fiji_deps/
132+
*MAARS_deps/

install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ fi
2020

2121
# Install MAARS plugin
2222
if [ -f "$MM_ANCHOR" ]; then
23+
bash copyMMDeps.sh
2324
rm -f $IMAGEJ_ROOT/mmplugins/maars*.jar
2425
cp jars/maars*.jar $IMAGEJ_ROOT/mmplugins/
2526
fi
2627

2728
if [ -f "$FIJI_ANCHOR" ]; then
29+
bash copyFijiDeps.sh
2830
rm -f $IMAGEJ_ROOT/jars/maars*.jar
2931
cp jars/maars*.jar $IMAGEJ_ROOT/jars/
3032
fi

0 commit comments

Comments
 (0)