diff --git a/Readme.md b/Readme.md index c57b104..ccf8bc0 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,7 @@ 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```