Skip to content

Commit 9dc444a

Browse files
authored
Added Building Instructions
1 parent 7c6f296 commit 9dc444a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
Bioformats 7.0.0 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.6.2 for .NET6.
22
Add nuget package IKVM to your project to use this library.
3+
4+
# Building
5+
Generated with the latest version of bioformats_package.jar with ikvmc.exe. As well as the following dependencies placed in folder "dependencies" in the same folder as ikvmc.exe the dependencies can be downloaded from Maven.
6+
- google-collect.1.0.jar
7+
Then running ikvmc.exe from command line with the following command:
8+
```./ikvmc bioformats_package.jar -target:library -recurse:dependencies *> output.txt```
9+
This will generate the dll bioformats_package.dll.

0 commit comments

Comments
 (0)