mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-06-07 11:00:41 +02:00
Updated readme
This commit is contained in:
parent
a373c6198c
commit
671144acd7
11
Readme.md
11
Readme.md
@ -13,10 +13,21 @@ unzip <path of downloaded zip>
|
|||||||
This plugin requires ImageJ to be run with a Java 7 or greater JVM.
|
This plugin requires ImageJ to be run with a Java 7 or greater JVM.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
Mac OS X:
|
||||||
|
|
||||||
```
|
```
|
||||||
java -Djava.library.path=./lib/mac64 -Xmx3048m -jar ImageJ64.app/Contents/Resources/Java/ij.jar
|
java -Djava.library.path=./lib/mac64 -Xmx3048m -jar ImageJ64.app/Contents/Resources/Java/ij.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Linux:
|
||||||
|
|
||||||
|
```
|
||||||
|
java -Djava.library.path=./lib/linux64 -Xmx3048m -jar ij.jar
|
||||||
|
```
|
||||||
|
|
||||||
|
The `Xmx` setting is quite random it depends on how big hdf5 files you are planning to open.
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
To create an all in one zip file for installation in a ImageJ installation use:
|
To create an all in one zip file for installation in a ImageJ installation use:
|
||||||
`mvn clean compile assembly:assembly`
|
`mvn clean compile assembly:assembly`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user