configured build process to create a all in one zip file containing also

the native libraries for hdf5
This commit is contained in:
2014-03-06 13:21:40 +01:00
parent 42ac035249
commit 3d7e517b1e
4 changed files with 59 additions and 3 deletions

View File

@ -18,6 +18,15 @@ Edit the "ImageJ.cfg" of your ImageJ installation
Edit the `run` file of your ImageJ installation
`java -Djava.library.path=./lib/mac32 -Xmx512m -jar ij.jar`
# References
Inspired by: ImageJ HDF Plugin of Matthias Schlachter Chair of Pattern Recognition and Image Processing, University of Freiburg, Germany.
https://code.google.com/p/imagej-hdf/
# Development
To create an all in one zip file for installation in a ImageJ installation use:
`mvn clean compile assembly:assembly`
The zip file contains an all in one jar as well as the required native libraries for Windows, Linux and Mac OS X.