-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c6f296
commit 9dc444a
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
Bioformats 7.0.0 (https://www.openmicroscopy.org/bio-formats/) Built with ikvm 8.6.2 for .NET6. | ||
Add nuget package IKVM to your project to use this library. | ||
|
||
# Building | ||
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. | ||
- google-collect.1.0.jar | ||
Then running ikvmc.exe from command line with the following command: | ||
```./ikvmc bioformats_package.jar -target:library -recurse:dependencies *> output.txt``` | ||
This will generate the dll bioformats_package.dll. |